359 results have been found
Quick Start - Data API
/en/documentation/quick-start-data-api
With the Data service you can obtain additional data such as vehicle profiles. Using the Data API is simple. Follow the steps on this page to get started with requesting data. For an easy integration you can also use the clients for Java, C# and …
Position Matching
/en/documentation/map-matching-api/concepts/position-matching-new
In this tutorial you will learn how a basic Position Matching App is implemented. We will show an interactive map, use a click in the map to specify the position, invoke the endpoint, and display the result returned by the position matching endpoint. To …
Quick Start - Geocoding API
/en/documentation/geocoding-places-api/quick-start-geocoding-api
With the Geocoding service you can find locations by converting street addresses into GPS-coordinates and vice versa. The Places service allows to search for millions of shops and prominent points of interest in various categories. Using the Geocoding & …
Quick Start - Loading Space Optimization API
/en/documentation/loading-space-optimization-api/quick-start-loading-space-optimization-api
Loading Space Optimization is a PTV feature to calculate the best way of arranging goods in a loading space. Every truck on the road, or container on sea is a cost factor. So minimizing their number is equal to saving money. Using the Load Optimization …
Locations
/en/documentation/route-optimization-optiflow-api/concepts/locations
Locations play a crucial role in efficient route planning, directly impacting travel efficiency and resource utilization. They represent geographical points, encompassing a variety of destinations. Places where orders are picked up or delivered. This can …
FAQ (Help)
/en/help/faq-help
You need to sign up for a PTV account and then activate your free subscription of PTV Developer. If you already have a PTV account, you can directly activate your free product . No payment details are needed to activate your free product. … No. Every …
How to Use Asynchronous Requests with PTV Developer APIs
/en/resources/tutorials/general/how-use-asynchronous-requests-ptv-developer-apis
In this tutorial you will learn how to make asynchronous calls to PTV Developer APIs. As an alternative to synchronous requests they are used for potentially long running requests. … Preconditions A PTV Developer account and API Key An IDE for the …
Quick Start - Matrix Routing API
/en/documentation/matrix-routing-api/quick-start-matrix-routing-api
Matrix Routing is a PTV feature to compute distance and travel time matrix. Using the Matrix Routing 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# and …
Bins and Items
/en/documentation/loading-space-optimization-api/concepts/bins-and-items
Loading Space Optimization is a PTV feature to calculate the best way of arranging goods in a loading space or container. Bins and items … Bins A bin can describe the loading space on a truck or an over-sea container. You are able to define multiple …
Orientation and Stackability
/en/documentation/loading-space-optimization-api/concepts/orientation-and-stackability
In order to save place, the items can be rotated and/or stacked. Orientation For each item, it is possible to define the allowed rotations during the optimization. If a rotation is allowed, the item can be rotated during the optimization in order to gain …
Sequencing Constraint
/en/documentation/loading-space-optimization-api/concepts/sequencing-constraint
Loading Space Optimization provides a feature to handle the order in which the items should be loaded/unloaded from the bin. Unloading sequence Please note that this feature can only be used if one bin is defined. The option 'unloadingSequence' can be …
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 …
Quick Start - Route Optimization OptiFlow API
/en/documentation/route-optimization-optiflow-api/quick-start-route-optimization-optiflow-api
With the Route Optimization OptiFlow API, you can efficiently schedule the pickup and delivery of your orders onto routes and assign these routes to the most suitable vehicles of your fleet. Optimization is a long lasting progress that will gradually …
Quick Start - Route Optimisation API
/en/documentation/route-optimization-api/quick-start-route-optimisation-api
With the Route Optimisation service, you can schedule and optimise the routes of your fleet. For this, we provide two APIs: The Plans API Use this API to transfer your locations, fleet and transports to the service. As a result, you get a plan ID. The …
Quick Start - Sequence Optimization API
/en/documentation/sequence-optimization-api/quick-start-sequence-optimization-api
With the Sequence Optimization service you can find the best route for your transports. To schedule a route, the first step is to start the optimization, the second is to retrieve the optimized route. For an easy integration you can use the clients for …
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# …
Quick Start - Map Matching API
/en/documentation/map-matching-api/quick-start-map-matching-api
Quick Start With the Map Matching service you can assign GPS positions to road segments on a digital map. Using the Map Matching API is simple. Follow the steps on this page to get started with position matching. For an easy integration you can also use …
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. …