359 results have been found
Quick Start - Routing API
/en/documentation/routing-api/quick-start-routing-api
With the Routing service you can calculate routes from A to B taking into account vehicle-specific restrictions, traffic situations, toll, emissions, driver's working hours, service times and opening intervals. Using the Routing API is simple. Follow the …
Quick Start - EWS Road Distance API
/en/documentation/ews-road-distance-api/quick-start-ews-road-distance-api
With the EWS Road Distance service you can obtain road distances for a relation between two input locations in Europe. Using the EWS Road Distance API is simple. Follow the steps on this page to get started with road distance calculation. For an easy …
Quick Start - Routing OSM API
/en/documentation/routing-osm-api/quick-start-routing-osm-api
With the Routing service you can calculate routes for bicycles from A to B. Using the Routing OSM API is simple. Follow the steps on this page to get started with routing. For an easy integration you can also use the clients for Java, C# and TypeScript on …
Suggestions by Text - [PREVIEW]
/en/documentation/geocoding-places-api/code-samples/suggestions-text-preview
GET Search Text Country filter Center Latitude Longitude Language Send Request Response Waiting for response... Request Sample C# JavaScript Python Java PowerShell // C# // JavaScript // Python // Java // PowerShell … Provides suggestions for a Location …
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 …
Depot Based Transports
/en/resources/tutorials/route-optimization/depot-based-transports
In this tutorial you will learn how our advanced Route Optimization App is implemented. The app optimizes specific transports (single depot location, customer locations with pickups and deliveries) and displays the optimal routes for each vehicle on the …
Pickups and Deliveries
/en/resources/tutorials/route-optimization/pickups-and-deliveries-route-optimization
In this tutorial you will learn how our advanced Route Optimization App is implemented. The app optimizes specified transports (pickups and deliveries) and displays the optimal routes for each vehicle. To focus solely on the core principles, we have …
Interactive Routing App with React
/en/resources/tutorials/interactive-routing-app-react-vite-typescript
The goal of this tutorial is to build a simple routing React app from scratch using the PTV Vector Map and the PTV Developer clients for TypeScript. In this tutorial, for the sake of simplicity, our app will not include any CSS file, nor context manager. …
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 …
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 …