356 results have been found
Quick Start - Geocoding API
/en/documentation/geocoding-places-api/quick-start-geocoding-api
With the Geocoding service you can find locations by converting street addresses into GPS-coordinates and vice versa. The Places service allows to search for millions of shops and prominent points of interest in various categories. Using the Geocoding & …
Toll
/en/documentation/matrix-routing-api/code-samples/toll
Toll | Matrix Routing API Documentation | PTV Developer POST Profile No value No Value EUR_TRAILER_TRUCK EUR_TRUCK_40T EUR_TRUCK_11_99T EUR_TRUCK_7_49T EUR_VAN EUR_CAR EUR_TLN_TRUCK_40T EUR_TLN_TRUCK_20T EUR_TLN_TRUCK_11_99T EUR_TLN_VAN USA_1_PICKUP …
Map Information
/en/documentation/data-api/code-samples/map-information
GET Send Request Response Waiting for response... Request Sample C# JavaScript Python Java PowerShell // C# // JavaScript // Python // Java // PowerShell … This code sample describes how to request the map …
Locations by Position
/en/documentation/geocoding-places-api/concepts/locations-position
Allows finding locations (i.e. localities, postal codes, streets or houses) near a given position. Input The input parameters of the Locations by position endpoint are latitude and longitude (WGS84) of a geographical position, given as path parameters. …
Locations by Text
/en/documentation/geocoding-places-api/concepts/locations-text
Allows finding locations (i.e. localities, postal codes, streets or houses) matching an address given as a single string. Input When input data is not separated into individual fields for postal code, city or street, all input data of an address can be …
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 …
Reachable Areas and Locations
/en/documentation/routing-api/concepts/reachable-areas-and-locations
The Routing API method calculateReachableAreas calculates the areas which can be reached from a waypoint or along a route within given horizons. Please note that along a route is only possible in the asynchronous method startAndCreateReachableAreas . The …
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 …
Suggestions by Text - [PREVIEW]
/en/documentation/geocoding-places-api/concepts/suggestions-text-preview
This method is in a preview state, the API is stable, feature changes could be introduced in future. … Returns suggestions useful when filling out the input field for a Locations by Text request. This allows to build an interactive address input: While …
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 Send Request Response Waiting for response... Request Sample C# JavaScript Python Java PowerShell // C# // JavaScript // Python // Java // PowerShell … Provides suggestions for a Location by Text …
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 …
Terms & Privacy
/en/terms-privacy
General Terms and Conditions General Terms and Conditions (PTV America) General Terms and Conditions (PTV UK) Data Privacy Statement PTV Logistics GmbH Data Privacy Statement Communication Code of Conduct … Terms & …