Authorizations
Api Key based authentication (apikey)
Body
Route Dto
The coordinates this request will use, coordinates as [{lon},{lat}] values, in decimal degrees.
2
Limits the search to segments with given bearing in degrees towards true north in clockwise direction. Can be null or an array of [{value},{range}] with integer 0 .. 360,integer 0 .. 180.
Limits the coordinate snapping to streets in the given radius in meters. Can be null double >= 0.
Hints for the coordinate snapping. Array of base64 encoded strings.
Whether or not adds a Hint to the response which can be used in subsequent requests. (optional, default true)
Search for up to this many alternative routes. Please note that even if alternative routes are requested, a result cannot be guaranteed. (optional, default 0)
0 <= x <= 10
Return route steps for each route leg. (optional, default false)
An array with strings of duration, nodes, distance, weight, datasources, speed (optional)
Returned route geometry format (influences overview and per step). Can also be geojson. (optional, default polyline)
Add overview geometry either full, simplified according to highest zoom level it could be display on, or not at all (false). (optional, default simplified)
Forces the route to keep going straight at waypoints and don't do a uturn even if it would be faster. Default value depends on the profile.
Keep waypoints on curb side. Can be null (unrestricted, default) or curb.
Indices to coordinates to treat as waypoints. If not supplied, all coordinates are waypoints. Must include first and last coordinate index
The vehicle type for which the table is requested
CAR
, BIKE
, TRUCK
, ELECTRIC_CAR
, ELECTRIC_BIKE
The vehicle type for which the table is requested
OSM
, TOMTOM
, GOOGLE
, ANYMAP
, CUSTOM
The departure time for which you want to calculate the route. This will take into account predictive travel time based on TomTom data.
"2022-03-10T12:15:50.000Z"
Enable linear interpolation between time slices for more accurate results based on departure time
Exclude certain road types from routing
Time slice override for routing. Can be decimal for interpolation (e.g., 2.5 for halfway between slice 2 and 3). If not specified, slice will be determined from departure time.