GET
/
table
/
{id}
/
response

Get the actual matrix results. The order of the distances/durations is the same as the order of the sources and destinations in the request.

Path Parameters

id
integer
required

Table request id.

Response

201 - application/json
tableId
integer

Table response id. Not to be confused with table request id.

durations
array | null

Time distance matrix. In order of sources to destinations indexes in request.

distances
array | null

Distance matrix. In order of sources to destinations indexes in request.

sources
object[] | null

Actual sources snapped to map.

destinations
object[] | null

Actual destinations snapped to map.