356 results have been found
Language of the response
/en/documentation/geocoding-places-api/concepts/language-response
If you specify the language query parameter in the request, then the names of e.g. places, countries, cities, streets... will be returned in that language, if it is available in the data. While country and city names are available in many languages, this …
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 // …
Combined Transports
/en/combined-transports
Routing API A combined transport, also known as an intermodal transport, uses multiple modes of transportation for moving goods. Typically, vehicles are used for the first and last part of a route and boats or trains for the middle part. With the Routing …
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 …
Vector Map Overlays React App
/en/resources/tutorials/map-rendering/vector-map-overlays-react-app
You will learn how a basic Vector Map with Overlays is implemented. Try it! Download from GitHub … Prerequisites Basic knowledge of JavaScript, React and npm. Helpful: Basic knowledge of React Map GL and MapLibre GL JS . … Getting started Read up on the …
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, …
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 …
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. …
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 …