359 results have been found
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 …
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 …
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 …
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 …
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 …
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 …
Raster Map with Leaflet
/en/resources/tutorials/map-rendering/raster-map-leaflet
You will learn how a basic Raster Map with Leaflet is implemented. We will display a Leaflet raster map with minimal configuration effort. This tutorial illustrates the use of the PTV Developer Raster Maps API . Try it! Download from GitHub … …
Vector Map with Satellite
/en/resources/tutorials/map-rendering/vector-map-satellite
In this tutorial you will learn how a basic Vector Map with Satellite is implemented. It will allow you to display a Satellite map and visualize a transportation layer on top of it. To concentrate on the basic principles, all other important features like …
Raster Map with OpenLayers
/en/resources/tutorials/map-rendering/raster-map-openlayers
You will learn how a basic Raster Map with OpenLayers is implemented. We will display a OpenLayers raster map with minimal configuration effort. This tutorial illustrates the use of the PTV Developer Raster Maps API . Try it! Download from GitHub … …
Combine Vector Map and Raster Map
/en/resources/tutorials/map-rendering/combine-vector-map-and-raster-map
In this tutorial you will learn how to mash up different technologies in an interactive Vector Map with Raster Map Restriction Data . It will allow to display a map and visualize clickable truck restrictions like weight limits or truck-bans in inner …
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 …
Interactive Address Search - [PREVIEW]
/en/resources/tutorials/geocoding/interactive-address-search-preview
You will learn how an address search control is implemented and how to display the results on a map. The tutorial illustrates the use of the PTV Developer Geocoding API and the PTV Developer Vector Maps API . Try it! Download from GitHub … Prerequisites …
How to Generate Clients for PTV Developer APIs
/en/resources/tutorials/general/how-generate-clients-ptv-developer-apis
In this tutorial you will learn how to generate clients for PTV Developer APIs. … The API specification of each PTV Developer API is available as OpenAPI document of version 3 in JSON format. Each API documentation contains a download link for its …
How to Use PTV Developer with Postman
/en/resources/tutorials/general/how-use-ptv-developer-postman
In this tutorial you will learn how to import OpenAPI Specs of PTV Developer into Postman to quickly test the capabilities of the different services. … Preconditions A Postman account (this tutorial works with the desktop client as well as the web …
Events
/en/documentation/routing-api/concepts/events
A single route event contains information which might be interesting for the driver or characterizes the course of the route such as reaching a waypoint, entering a different country or subdivision, or executing a certain maneuver. The list of route …
Showcases
/en/resources/showcases
PTV Developer showcases are applications aimed at highlighting key features and qualities of the PTV Developer services. Unlike tutorials , showcases usually do not provide code. They mainly serve as marketing tools with a consistent appearance, intended …
Route IDs
/en/documentation/matrix-routing-api/concepts/route-ids
The Matrix Routing API provides an operation called getRouteId , which takes a list of locations (such as stops on a journey) and a vehicle profile, and returns a route ID. This route ID can then be used with the Routing API to fetch details results such …
Clean Input (experimental)
/en/documentation/geocoding-places-api/concepts/clean-input-experimental
Challenge Some customers need to geocode address data containing additional information that is not available in the map data. Some examples can be seen here: 676 10th Ave Apt 2b , New York, NY 10036 15 School St, Woods Hole, MA 02543, (please use …
Relevant Terms
/en/documentation/route-optimization-optiflow-api/concepts/relevant-terms
The following terms are important to understand the whole use case. Appointment A sequence of tasks, scheduled to be executed respecting a specific time slot. Break A scheduled pause in a driver's or vehicle's operation, typically for rest, refueling, …
Terms & Privacy
/en/terms-privacy
General Terms and Conditions General Terms and Conditions (PTV America) General Terms and Conditions (PTV UK) Data Privacy Statement Websites Data Privacy Statement PTV Logistics GmbH Data Privacy Statement Communication Code of Conduct … Terms & …
Cookies (LO) (EN)
/en/cookies
When using our website, so-called cookies may be used. These are small text files that are stored on your end device (PC, smartphone, tablet, etc.) When you access a website, a cookie may be stored by your browser. This cookie contains a characteristic …
Imprint
/en/imprint
PTV Logistics GmbH Address: Stumpfstraße 1 76131 Karlsruhe, Germany Management Board: Dr. Steven De Schrijver (CEO) Dr. An De Wispelaere (CPO) Elmar Weber (CFO) Contact: Phone: +49 (0) 721 91112-0 Fax: +49 (0) 721 91112-699 E-Mail: …
Time-Dependent Matrix
/en/documentation/matrix-routing-api/concepts/time-dependent-matrix
Matrices are often calculated based on an average traffic situation. But, with the following options, it is possible to get more precise values: trafficMode startTime duration The following usecase are handled, depending on the combination of these …
Truck Restrictions
/en/documentation/vector-maps-api/concepts/truck-restrictions
Truck restrictions symbolize either complete driving restrictions for trucks or they indicate a driving permit under restricted conditions depending on physical characteristics such as weight, length or height. Some truck restrictions are time-dependent, …