8 results have been found
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 …
Track Matching with Toll Calculation
/en/resources/tutorials/map-matching/track-matching-toll-calculation
Track Matching Tutorial In this tutorial you will learn how a basic Track Matching workflow works. First, you use Track Matching with the calculationMode parameter as a POST request and pass the positions in JSON format. If the request succeeds, the …
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 …
Map Matching API Reference
/en/documentation/map-matching-api/map-matching-api-reference
{ "openapi": "3.0.1", "info": { "title": "Map Matching", "description": "With the Map Matching service you can assign GPS positions to road segments on a digital map.", "version": "1.7", "contact": { "url": "https://developer.myptv.com/" } }, "tags": [ { …
Track Matching Delete
/en/documentation/map-matching-api/code-samples/track-matching-delete
DELETE Track ID The retention period of a matched track, after which it is automatically deleted, is seven days. After the first GET request with this ID the retention period is reduced to one hour. Send Request Response Waiting for request to be …
Track Matching Get
/en/documentation/map-matching-api/code-samples/track-matching-get
GET Track ID The retention period of a matched track, which is represented by this ID, is seven days. After the first GET request with this ID the retention period is reduced to one hour. Results GEOMETRY TRACK_POSITIONS PATHS SEGMENT_ATTRIBUTES …
Track Matching Create
/en/documentation/map-matching-api/code-samples/track-matching-create
POST Position 1 Latitude Longitude Heading Timestamp Position 2 Latitude Longitude Heading Timestamp Position 3 Latitude Longitude Heading Timestamp CalculationMode No Value No Value PERFORMANCE QUALITY STANDARD Send Request Request Body Response …
Position Matching
/en/documentation/map-matching-api/code-samples/position-matching
GET Latitude Longitude Heading CalculationMode No Value No Value PERFORMANCE QUALITY STANDARD Language No Value No Value Default Deutsch English Français Italiano Español Nederlands Svenska Polski Český Hrvatski Türkçe Ελληνικά (Greek) Ελληνικά (Greek, …