358 results have been found
API Changes
/en/documentation/matrix-routing-api/api-changes
API Changes You need to enable JavaScript to run this app. … This list shows all changes of the API between releases like new features, significant improvements and bug fixes. We recommend that API developers periodically check it for …
API Changes
/en/documentation/routing-osm-api/api-changes
API Changes You need to enable JavaScript to run this app. … This list shows all changes of the Routing API OSM between releases like new features, significant improvements and bug fixes. We recommend that API developers periodically check it for …
API Changes
/en/documentation/map-matching-api/api-changes
API Changes You need to enable JavaScript to run this app. … This list shows all changes of the API between releases like new features, significant improvements and bug fixes. We recommend that API developers periodically check it for …
API Changes
/en/documentation/vector-maps-osm-api/api-changes
API Changes You need to enable JavaScript to run this app. … This list shows all changes of the API between releases like new features, significant improvements and bug fixes. We recommend that API developers periodically check it for …
API Changes Overlays
/en/documentation/vector-maps-api/api-changes-overlays
API Changes You need to enable JavaScript to run this app. … This list shows all changes of the API between releases like new features, significant improvements and bug fixes. We recommend that API developers periodically check it for …
API Changes
/en/documentation/vector-maps-api/api-changes
API Changes You need to enable JavaScript to run this app. … This list shows all changes of the API between releases like new features, significant improvements and bug fixes. We recommend that API developers periodically check it for …
API Changes
/en/documentation/raster-maps-api/api-changes
API Changes You need to enable JavaScript to run this app. … This list shows all changes of the API between releases like new features, significant improvements and bug fixes. We recommend that API developers periodically check it for …
API Changes
/en/documentation/geocoding-places-osm-api/api-changes
API Changes You need to enable JavaScript to run this app. … This list shows all changes of the API between releases like new features, significant improvements and bug fixes. We recommend that API developers periodically check it for …
API Changes Batch
/en/documentation/geocoding-places-api/api-changes-batch
API Changes You need to enable JavaScript to run this app. … This list shows all changes of the API between releases like new features, significant improvements and bug fixes. We recommend that API developers periodically check it for …
API Changes
/en/documentation/geocoding-places-api/api-changes
API Changes You need to enable JavaScript to run this app. … This list shows all changes of the API between releases like new features, significant improvements and bug fixes. We recommend that API developers periodically check it for …
API Changes
/en/documentation/routing-api/api-changes
API Changes You need to enable JavaScript to run this app. … This list shows all changes of the Routing API between releases like new features, significant improvements and bug fixes. We recommend that API developers periodically check it for …
Suggestions by Text - [PREVIEW]
/en/documentation/geocoding-places-api/concepts/suggestions-text-preview
This method is in a preview state, the API is stable, feature changes could be introduced in future. … Returns suggestions useful when filling out the input field for a Locations by Text request. This allows to build an interactive address input: While …
Suggestions by Address
/en/documentation/geocoding-places-api/concepts/suggestions-address
Returns suggestions useful when filling out the input fields for a Location by Address request. This allows to build an interactive address input: While the user is typing in one of the input fields for Locations by Address , the frontend can …
Routes
/en/documentation/route-optimization-optiflow-api/concepts/routes
The primary objective of the optimization is to effectively allocate tasks to routes. As such, a route is a sequence of tasks, assigned to a vehicle. The efficiency of routes is gauged by metrics such as the total drive duration, the count of scheduled …
Vehicles
/en/documentation/route-optimization-optiflow-api/concepts/vehicles
Without a vehicle, nothing can be transported. This is why an optimization request is required to contain at least one vehicle. They can be customized in various ways by specifying a routing profile, enforcing constraints and defining costs. While vehicle …
Feedback (experimental)
/en/documentation/geocoding-places-api/code-samples/feedback-experimental
POST Feedback-ID (copy it from a locations or places response) Send Request Response Waiting for response... Request Sample C# JavaScript Python Java PowerShell // C# // JavaScript // Python // Java // PowerShell … Give feedback about geocoding results. …
Feedback (experimental)
/en/documentation/geocoding-places-api/concepts/feedback-experimental
Challenge PTV Logistics is striving to deliver the best experience to its customers. A simple and effective measure is to enable customers to easily provide feedback about geocoding results obtained. This page describes how a customer can easily report …
Feature List
/en/resources/feature-list
Explore the most important features of PTV Developer and find the API that fits your needs: Route Optimization, Geocoding, Routing, Map Matching, and more. Follow the link that is hidden behind the information icon 🛈 of the corresponding API to find out …
Constraints and Rules
/en/documentation/route-optimization-optiflow-api/concepts/constraints-and-rules
Constraints and rules play a crucial role in establishing relationships between various entities like vehicles, orders, tasks, and depots within the optimization process. They define specific limitations or conditional modifications that need to be taken …
Depots
/en/documentation/route-optimization-optiflow-api/concepts/depots
When an optimization needs to schedule the execution of pickup or delivery orders, the delivery (resp. pickup) task needs to be executed at a depot. Therefore, at least one depot needs to be specified when the optimization request contains pickup or …
Optimization
/en/documentation/route-optimization-optiflow-api/concepts/optimization
The optimization process involves refining a solution through repeated cycles of continuous improvement . The algorithm starts by generating initial routes or reconstructing the routes provided in the input . After which, through a series of iterations, …
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, …
Violations
/en/documentation/matrix-routing-api/concepts/violations
If there is no valid route for the selected vehicle but the resulting route can be calculated using roads which are actually prohibited, the route is marked as violated. These violation flags could be retrieved if the VIOLATION_FLAGS are requested in the …
Get RouteId
/en/documentation/matrix-routing-api/code-samples/get-routeid
POST Profile No value No Value EUR_TRAILER_TRUCK EUR_TRUCK_40T EUR_TRUCK_11_99T EUR_TRUCK_7_49T EUR_VAN EUR_CAR EUR_TLN_TRUCK_40T EUR_TLN_TRUCK_20T EUR_TLN_TRUCK_11_99T EUR_TLN_VAN USA_1_PICKUP USA_5_DELIVERY USA_8_SEMITRAILER_5AXLE …
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 …