HERE Route Matching API v8 request examples
The following table provides an overview of the available example requests.
Note
These examples don't illustrate how to handle authentication. For information on authentication, see the Identity and Access Management Developer Guide.
Note
When opening the links, press F12 in your browser to view the relevant REST requests as used in the related use case demos.
| Link to example | Resource | Parameters |
|---|---|---|
| Match GPS Trace | /v8/match/routelinks | &routeMatch=1 |
| Match GPS Trace, show speeding alerts | /v8/match/routelinks | &routeMatch=1&attributes=SPEED_LIMITS_FCN(*) |
| Match GPS Trace, show link attributes | /v8/match/routelinks | &routeMatch=1&attributes=LINK_ATTRIBUTE_FCN(*) |
| Speed limit at coordinate | /v8/match/routelinks | &routeMatch=1 |
| Match daily commute + provide route to other systems | /v8/match/routelinks | &routeMatch=1 |
Command line: curl --request POST -H "Content-Type: application/binary" --data-binary "@MyGpsTrace.gpx" "https://routematching.hereapi.com/v8/match/routelinks?routeMatch=1&mode=fastest;car&app_id=MY_ADPPID&app_code=MY_APPCODE" | /v8/match/routelinks | &routeMatch=1 |
| Search map objects | /v8/maps/attributes |
Updated last month