47 results have been found
API Changes
/en/documentation/routing-api/api-changes
API Changes You need to enable JavaScript to run this app. … This list shows all changes of the Routing API between releases like new features, significant improvements and bug fixes. We recommend that API developers periodically check it for …
Block Intersecting Roads
/en/resources/tutorials/routing/block-intersecting-roads
In this tutorial you will learn how to implement a Block Intersecting Roads Routing App . It will allow to display a map, add polylines to block the intersecting roads, and calculate a route taking into account the blocked roads or not. The aim of the …
Violation Events
/en/documentation/routing-api/code-samples/routing/violation-events
Violation Events Polyline | Routing API Documentation | PTV Developer GET Latitude A Longitude A Latitude B Longitude B 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 …
Toll Calculation
/en/resources/tutorials/routing/toll-routing
In this tutorial you will learn how a Toll Calculation App is implemented. It will allow to display a map, select and calculate a route with toll between waypoints. The aim of the code examples is to illustrate the use of the toll use case of PTV …
Speeds
/en/documentation/routing-api/concepts/speeds
With which speeds are the driving times of the routes calculated? There are several different sources for vehicle speeds. Generally, average speeds per vehicle are assigned to the roads in the map. They will be used when no time context is given with the …
Speeds
/en/documentation/routing-api/code-samples/routing/speeds
Speeds | Routing API Documentation | PTV Developer POST Latitude A Longitude A Latitude B Longitude B Maximum Speed Speed Factor Example presets Maximum speed example Speed factor example Send Request Request Body Response Waiting for response... …
Events
/en/documentation/routing-api/code-samples/routing/events
Routing with Events | Routing API Documentation | PTV Developer GET Latitude A Longitude A Latitude B Longitude B 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 …
Electricity Consumption - [PREVIEW]
/en/documentation/routing-api/code-samples/routing/electricity-consumption-preview
Electricity Consumption | Routing API Documentation | PTV Developer POST Waypoint A Latitude Longitude Parameters at waypoint Load weight [kg] Charging power [kW] Charging during service Disabled Enabled Disabled Service time [s] Power consumption during …
Model based (EV) consumption calculation - [PREVIEW]
/en/documentation/routing-api/concepts/model-based-ev-consumption-calculation-preview
This feature is in a preview state, the API is stable, feature changes could be introduced in future. General Idea With the fast-growing importance of alternative electric and hybrid vehicles in logistics it is vital to understand how these vehicles …
Drivers' Working Hours
/en/documentation/routing-api/code-samples/routing/drivers-working-hours
Driver's Working Hours, Service Times and Opening Intervals | Routing API Documentation | PTV Developer POST Waypoint A Latitude A Longitude A Use service time for recreation Waypoint B Latitude B Longitude B Use service time for recreation Working …
Emissions
/en/documentation/routing-api/concepts/emissions
When a vehicle is moving, the fuel or electricity consumption releases various pollutants into the atmosphere. In several countries, companies are subject to laws aimed at limiting global warming and improving air quality. Depending on the country's law, …
Emission Calculation
/en/resources/tutorials/routing/emissions-routing
In this tutorial you will learn how an Emission Calculation App is implemented. It will allow to display a map, select a vehicle and an emission method, and calculate a route with emissions between waypoints. The aim of the code examples is to illustrate …
Reachable Areas
/en/resources/tutorials/routing/reachable-areas
In this tutorial you will learn how a Reachable Areas Routing App is implemented that uses the calculation of reachable areas from one specific position. It will allow to display a map, click on a location anywhere on the map and calculate areas around …
A-B Routing
/en/resources/tutorials/routing/ab-routing
In this tutorial you will learn how a basic Routing App is implemented. It will allow to display a map, enter addresses for start and destination and find the optimal route between these waypoints. To concentrate on the basic principles, all other …
Calculate Reachable Areas Synchronously (OSM)
/en/documentation/routing-osm-api/code-samples/reachable-areas/calculate-reachable-areas-synchronously
Calculate Reachable Areas Synchronously | Routing API Documentation | PTV Developer GET 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 …
Calculate Reachable Areas Asynchronously (OSM)
/en/documentation/routing-osm-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 …
Fetch Reachable Areas (OSM)
/en/documentation/routing-osm-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 (OSM)
/en/documentation/routing-osm-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 // …
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 …
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 …