Sync table
Request a distance matrix with the synchronous /table/sync
endpoint.
This will be limited to a 50x50 matrix.
Body
Table Dto
The coordinates this request will use, coordinates as [{lon},{lat}] values, in decimal degrees.
An array of index elements (0 <= integer < #coordinates) to use location with given index as source. Default is to use all.
An array of index elements (0 <= integer < #coordinates) to use location with given index as destination. Default is to use all.
Return the requested table or tables in response. Can be ['duration'] (return the duration matrix, default) or ['duration', distance'] (return both the duration matrix and the distance matrix).
The vehicle type for which the table is requested
CAR
, BIKE
, TRUCK
, ELECTRIC_CAR
, ELECTRIC_BIKE
Routing data engine being used: OpenStreetMap (OSM) or TomTom.
OSM
, TOMTOM
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-10T16:15:50.000Z"
Response
Table Response
Table response id. Not to be confused with table request id.
Time distance matrix. In order of sources to destinations indexes in request.
Distance matrix. In order of sources to destinations indexes in request.
Actual sources snapped to map.
Actual destinations snapped to map.