Perform map matching using HERE.

This endpoint computes the most probable route from an actually driven GPS trace.
As an input it requires the parameter geom, which is a list of waypoints provided as [latitude, longitude] pairs.
The response dictionary contains a map-matched waypoint (waypoints_matched) for each input waypoint, as well as the most probable driven route segmented into legs.
All additional info that goes beyond coordinates, e.g. segment lengths, can be found in extra_info.
Route matching is not performed for GPS data more than 300 m away from any known route.

Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!