358 results have been found
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, …
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 …
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 …
Profiles and Countries
/en/documentation/route-optimization-api/concepts/profiles-and-countries
Profiles and Countries | Matrix Routing API Documentation | PTV Developer European profiles Profiles Description EUR_TRAILER_TRUCK Typical 40t semi-trailer truck (Euro-tractor) with 5 axles consisting of tractor with 2 or 3 axles but no loading area and …
Guide - Routing OSM API
/en/documentation/routing-osm-api
Introduction The PTV Developer Routing OSM API allows you to plan routes that save time and money for bicycles or cars. It is built on OpenStreetMap (OSM) data. OpenStreetMap (OSM) data is distributed under the Open Database License (ODbL). If you want to …
Quick Start - Matrix Routing OSM API
/en/documentation/matrix-routing-osm-api/quick-start-matrix-routing-osm-api
Matrix Routing is a PTV feature to compute distance and travel time matrix. Using the Matrix Routing OSM API is simple. Follow the steps on this page to get started with matrix calculation. For an easy integration you can also use the clients for Java, C# …
Profiles and Countries
/en/documentation/matrix-routing-api/concepts/profiles-and-countries
Profiles and Countries | Matrix Routing API Documentation | PTV Developer European profiles Profiles Description EUR_TRAILER_TRUCK Typical 40t semi-trailer truck (Euro-tractor) with 5 axles consisting of tractor with 2 or 3 axles but no loading area and …
Profiles and Countries
/en/documentation/sequence-optimization-api/concepts/profiles-and-countries
Profiles and Countries | Matrix Routing API Documentation | PTV Developer European profiles Profiles Description EUR_TRAILER_TRUCK Typical 40t semi-trailer truck (Euro-tractor) with 5 axles consisting of tractor with 2 or 3 axles but no loading area and …