359 results have been found
Toll Roads
/en/documentation/vector-maps-api/concepts/toll-roads
The Toll Roads overlay visualizes segments on which toll costs are charged in general. By default toll for all types of vehicles is shown, but the overlay style can be adapted to any specific vehicle type. The data is not time-dependent and does not …
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 …
Combined Transports
/en/documentation/data-api/code-samples/combined-transports
GET Position search Latitude Longitude Radius Text search Query Allowed countries Example presets Position example Text example Send Request Response Waiting for response... Request Sample C# JavaScript Python Java PowerShell // C# // JavaScript // …
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 …
Low-Emission Zones
/en/documentation/vector-maps-api/concepts/low-emission-zones
Low-emission zones are zones where the most polluting vehicles are forbidden from driving. Zones are intended to improve air quality and so public health. Criteria to enter in a zone are different according to the countries: Some countries use an emission …
ISO/DIS 14083:2023
/en/documentation/routing-api/concepts/emissions/isodis-140832023
Introduction The scope of GHG (greenhouse gas) emissions to be calculated and reported for transport operations consists of the sum of the emissions arising from vehicle and hub operation as well as the emissions associated with the provision of the …
French CO2e Decree 2017 639
/en/documentation/routing-api/concepts/emissions/french-co2e-decree-2017-639
Introduction In France, since 1 June 2017, any public or private person organizing or marketing a transport service (e.g. transport companies, removal companies, taxis, companies providing small delivery vehicles small delivery vehicles, chauffeur-driven …
EN 16258
/en/documentation/routing-api/concepts/emissions/en-16258
Introduction The European Union has made commitments to fight climate change. Member countries have an ambitious goal to achieve by 2050: an economy with net-zero greenhouse gas emissions. This objective is at the heart of the European Green Deal and in …
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, …
Map Data
/en/resources/map-data
Map Data | PTV Developer Country State Code Toll Truck restrictions Detailed postal codes Low-emission zones … Explore the map data that is used as basis of most PTV Developer APIs: We provide countries across the world on a detailed road level. Moreover, …
Account API Reference
/en/documentation/account-api/account-api-reference
{ "openapi": "3.0.1", "info": { "title": "Account", "version": "1.0", "description": "With the Account service you can manage your API keys and track their usage. It is important to note that unlike all other APIs, the Account API needs a master API key …
API Key Management and Usage
/en/documentation/account-api/concepts/api-key-management-and-usage
The Account API provides the possibility to manage API keys and to track the usage of your PTV Developer subscriptions programmatically. Of course, you can still do this within your account by using the API keys app and the usage monitor app. In general, …
A-B Routing (OSM)
/en/documentation/routing-osm-api/code-samples/routing/ab-routing
A-B Routing | Routing API Documentation | PTV Developer GET Latitude A Longitude A Latitude B Longitude B Profile No value No value OSM_BICYCLE OSM_CARGO_BICYCLE EUR_OSM_CAR EUR_OSM_TRAILER_TRUCK IMEA_OSM_CAR Send Request Response Waiting for …
Waypoints (OSM)
/en/documentation/routing-osm-api/code-samples/routing/waypoints
Waypoints | Routing API Documentation | PTV Developer GET Waypoint 1 Waypoint type On-road On-road Off-road Latitude 1 Longitude 1 Waypoint 2 Waypoint type On-road On-road Off-road Latitude 2 Longitude 2 Waypoint 3 Waypoint type On-road On-road Off-road …
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 // …
Start a Matrix Calculation (OSM)
/en/documentation/matrix-routing-osm-api/code-samples/start-matrix-calculation
POST Profile No value No value OSM_BICYCLE OSM_CARGO_BICYCLE EUR_OSM_CAR EUR_OSM_TRAILER_TRUCK IMEA_OSM_CAR Results DISTANCES TRAVEL_TIMES DIRECT_DISTANCE_FLAGS Location 1 Latitude Longitude Location 2 Latitude Longitude Request Body Send Request …
Get Status (OSM)
/en/documentation/matrix-routing-osm-api/code-samples/get-status
GET Matrix Calculation ID Send Request Response Waiting for request to be completed... Request Sample C# JavaScript Python Java PowerShell // C# // JavaScript // Python // Java // PowerShell … Get operation status of optimization run. To get a valid …
Get Matrix (OSM)
/en/documentation/matrix-routing-osm-api/code-samples/get-matrix
GET Matrix Calculation ID Send Request Response Waiting for request to be completed... Request Sample C# JavaScript Python Java PowerShell // C# // JavaScript // Python // Java // PowerShell … Get the calculated matrix. To get a valid matrix calculation …
Cancel Matrix Calculation (OSM)
/en/documentation/matrix-routing-osm-api/code-samples/cancel-matrix-calculation
DELETE Matrix Calculation ID Send Request Response Waiting for request to be completed... Request Sample C# JavaScript Python Java PowerShell // C# // JavaScript // Python // Java // PowerShell … Cancels the matrix calculation. To get a valid matrix …
Traffic Patterns
/en/documentation/vector-maps-api/concepts/traffic-patterns
Traffic patterns represent the traffic flow based on historical and statistical data. The data contains speeds for each week day in a 15 minute time span grid. … API endpoint You need the following API endpoint to request traffic patterns: …
Guide - Matrix Routing OSM API
/en/documentation/matrix-routing-osm-api
Introduction The PTV Developer Matrix Routing API allows you to calculate distances and travel times between multiple locations quickly and accurately. You can retrieve accurate results for bicycles. These distance and travel-time matrices are needed to …