359 results have been found
Locations by Address
/en/documentation/geocoding-places-api/concepts/locations-address
Allows finding locations (i.e. localities, postal codes, streets or houses) matching an address given as separate input fields. There is a corresponding suggestion endpoint Suggestions by Address which provides suggestions for the input fields. Input To …
Traffic Modes
/en/documentation/routing-api/concepts/traffic-modes
Depending on the use case and when to travel the route calculation will take different data into account. This is selected by the options[trafficMode] and the date and time . By default, when none of these parameters are specified, the Routing API will …
Delete Reachable Locations
/en/documentation/routing-api/code-samples/reachable-locations/delete-reachable-locations
Delete Reachable Locations | Routing API Documentation | PTV Developer DELETE Reachable locations ID Send Request Response Waiting for request to be completed... Request Sample C# JavaScript Python Java PowerShell // C# // JavaScript // Python // Java …
Fetch Reachable Locations
/en/documentation/routing-api/code-samples/reachable-locations/fetch-reachable-locations
Fetch Reachable Locations | Routing API Documentation | PTV Developer GET Reachable locations ID Send Request Response Waiting for request to be completed... Request Sample C# JavaScript Python Java PowerShell // C# // JavaScript // Python // Java // …
Calculate Reachable Locations
/en/documentation/routing-api/code-samples/reachable-locations/calculate-reachable-locations
Calculate Reachable Locations | Routing API Documentation | PTV Developer POST Waypoint Latitude Longitude Location 1 Latitude Longitude Location 2 Latitude Longitude Horizon type DISTANCE No Value TRAVEL_TIME DISTANCE Horizon Driving direction OUTBOUND …
Fetch Reachable Areas
/en/documentation/routing-api/code-samples/reachable-areas/fetch-reachable-areas
Fetch Reachable Areas | Routing API Documentation | PTV Developer GET Reachable area ID Send Request Response Waiting for request to be completed... Request Sample C# JavaScript Python Java PowerShell // C# // JavaScript // Python // Java // PowerShell …
Delete Reachable Areas
/en/documentation/routing-api/code-samples/reachable-areas/delete-reachable-areas
Delete Reachable Areas | Routing API Documentation | PTV Developer DELETE Reachable area ID Send Request Response Waiting for request to be completed... Request Sample C# JavaScript Python Java PowerShell // C# // JavaScript // Python // Java // …
Calculate Reachable Areas Asynchronously
/en/documentation/routing-api/code-samples/reachable-areas/calculate-reachable-areas-asynchronously
Calculate Reachable Areas Asynchronously | Routing API Documentation | PTV Developer POST Latitude A Longitude A Horizon type DISTANCE No Value TRAVEL_TIME DISTANCE Horizons Driving direction OUTBOUND No Value OUTBOUND INBOUND Profile No Value No Value …
Orders
/en/documentation/route-optimization-optiflow-api/concepts/orders
An order is a request to transport goods consisting of a pickup and a delivery task. The main goal of the optimization is to effectively schedule these tasks onto routes. We differentiate among three types of orders based on whether the pickup or delivery …
Route Optimization OptiFlow - Documentation
/en/rtopt-internal-overview
Introduction Quick Start Concepts Relevant Terms Optimization Locations Vehicles Profiles and Countries Orders Depots Routes, Stops and Appointments Constraints API Reference API Changes For later publishing: Code Samples Round Trip How To Create a …
Interactive Address Search - [PREVIEW]
/en/resources/tutorials/geocoding/interactive-address-search-preview
You will learn how an address search control is implemented and how to display the results on a map. The tutorial illustrates the use of the PTV Developer Geocoding API and the PTV Developer Vector Maps API . Try it! Download from GitHub … Prerequisites …
Reachable Areas (OSM)
/en/documentation/routing-api-osm/concepts/reachable-areas
The Routing OSM API method calculateReachableAreas calculates the areas which can be reached from a waypoint within given horizons. For this calculation, the PTV Routing OSM API considers the road network distance. … Use Cases The synchronous method …
Sequencing Constraint
/en/documentation/loading-space-optimization-api/concepts/sequencing-constraint
Loading Space Optimization provides a feature to handle the order in which the items should be loaded/unloaded from the bin. Unloading sequence Please note that this feature can only be used if one bin is defined. The option 'unloadingSequence' can be …
Reporting Emissions Respecting International Guidelines
/en/documentation/routing-api/concepts/reporting-emissions-respecting-international-guidelines
In this concept page we explain how the PTV Routing API should be used to calculate emissions according to the international recommended guidelines described in the GLEC framework . This concept gives you a step-by-step description of the recommended …
Emission Allocation Method
/en/documentation/routing-api/concepts/emission-allocation-method
Introduction The purpose of this page is to explain the allocation method in accordance with the international recommended guidelines described in the GLEC framework . The goal of this method is to distribute the emissions emitted during a trip between …
Suggestions by Text - [PREVIEW]
/en/documentation/geocoding-places-api/code-samples/suggestions-text-preview
GET Search Text Country filter Center Latitude Longitude Language Send Request Response Waiting for response... Request Sample C# JavaScript Python Java PowerShell // C# // JavaScript // Python // Java // PowerShell … Provides suggestions for a Location …
Which Endpoints Are in the Geocoding API and Which One Should I Use?
/en/documentation/geocoding-places-api/concepts/endpoints-explained
The Geocoding API Offers the Following Services: Find locations matching an address to get their geographic positions, with a single address string ( Locations by Text ). with separate input strings for each address field ( Locations by Address ). Get …
Language Support
/en/documentation/vector-maps-api/concepts/language-support
Types of Languages The PTV vector format supports native, localized and transliterated names for location labels (like countries or cities) and street elements, if available. Native names represent the default language that is most common for the element …
Creating a Localized Map App
/en/documentation/vector-maps-api/code-samples/creating-localized-map-app
In this tutorial we extend the Map App code sample to display a localized map based on vector tiles from PTV Developer. Showing a localized map in a browser All supported languages are listed in the Languages concept. Localized labels are available for …
Position Matching versus Locations by Position
/en/documentation/geocoding-places-api/concepts/position-matching-versus-locations-position
At first sight, the two endpoints Position Matching of PTV Developer Map Matching API and Locations By Position of PTV Developer Geocoding API seem to be similar or even interchangeable. But there are noteworthy differences between them, which are …
Position Matching
/en/documentation/map-matching-api/concepts/position-matching-new
In this tutorial you will learn how a basic Position Matching App is implemented. We will show an interactive map, use a click in the map to specify the position, invoke the endpoint, and display the result returned by the position matching endpoint. To …
Guide - Geocoding & Places API
/en/documentation/geocoding-places-api
Introduction The PTV Developer Geocoding & Places API allows you to create geolocation-based applications that enable users to forward/reverse geocode addresses with high precision, search and display geographic locations, such as shops and prominent …
Route Optimisation API Reference
/en/documentation/route-optimization-api/route-optimisation-api-reference
{ "openapi": "3.0.1", "info": { "title": "Route Optimization", "description": "With the Route Optimization service you can schedule and optimize the routes of your fleet.", "version": "1.11", "contact": { "url": "https://developer.myptv.com/" } }, "tags": …
Plan with Drivers' Working Hours
/en/documentation/route-optimization-api/code-samples/plan-drivers-working-hours
Drivers' working hours | Route Optimization API Documentation | PTV Developer POST Working hours preset (Mind that if the break or daily rest fields are also specified, the most restrictive value will apply.) Working hours preset: No Value No Value …
Transport priorities
/en/documentation/route-optimization-api/code-samples/transport-priorities
How to create a request | Route Optimization API Documentation | PTV Developer POST Time window Choose a time window for the availability of the driver and all transports: From 08:00 00:00 01:00 02:00 03:00 04:00 05:00 06:00 07:00 08:00 09:00 10:00 …