344 results have been found
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, …
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 …
Guide - Route Optimisation API
/en/documentation/route-optimization-api
Introduction The PTV Developer Route Optimisation API allows you to schedule and optimise your fleet routes to ensure the most efficient use of resources. Solving the VRP (Vehicle Routing Problem) is a complex challenge: Even for one vehicle and five …
Guide - Sequence Optimization API
/en/documentation/sequence-optimization-api
Introduction The PTV Developer Sequence Optimization API allows you to optimize stop order to get the most efficient routes for your vehicles. After distributing stops to optimal routes with the Route Optimization API, the Sequence Optimization API …
Map Data
/en/resources/map-data
Map Data | PTV Developer Country State Code Toll Truck restrictions Detailed postal codes … 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, there are …
Estimated Time of Arrival
/en/documentation/routing-api/concepts/estimated-time-arrival
Estimated Time of Arrival (ETA) is the time when a vehicle is expected to arrive at a certain place. The Routing API service offers the possibility to calculate the ETA based on an initially calculated route and the current position of the vehicle. …
API Changes
/en/documentation/account-api/api-changes
{ "releaseHistory": [ { "type": "Feature", "description": "Added methods to create, update and delete API keys of paid PTV Developer subscriptions.", "version": "1.0.0" }, { "type": "Feature", "description": "Added method 'getUsage' to retrieve the usage …
Account API Reference
/en/documentation/account-api/account-api-reference
{ "openapi": "3.0.1", "info": { "title": "Account API", "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 …
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, …
Quick Start - Account API
/en/documentation/quick-start-account-api
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 for authentication. For more details consult the concept . Using the Account API is …
Bin packing
/en/resources/tutorials/loading-space-optimization/bin-packing
In this tutorial you will learn how to implement a loading space optimization app . Using the app, it will allow you to specify bins and items. Then, after optimizing, it displays the result of the loaded bins. The aim of the code examples in the tutorial …
Time-Dependent Matrix
/en/resources/tutorials/matrix-calculation/time-dependent-matrix
In this tutorial you will learn how our simple Time-Dependent Matrix Calculation App is implemented. This simple application computes a time-dependent matrix with the help of the Matrix Routing API. The resulting travel time profiles of a relation for the …
Matrix Routing
/en/resources/tutorials/matrix-calculation/matrix-routing
In this tutorial you will learn how our simple Matrix Calculation App is implemented. The app computes a matrix calculation with the help of the Matrix Routing API. It results in a distance, travel time and or toll cost matrix displayed in a table. To …
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 …
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 …