RouteRequestRouteMatrixSyncBodyParam interface

Properties

body

The matrix of origin and destination coordinates to compute the route distance, travel time and other summary for each cell of the matrix based on the input parameters. The minimum and the maximum cell count supported are 1 and 700 for async and 100 for sync respectively. For example, it can be 35 origins and 20 destinations or 25 origins and 25 destinations for async API.

Property Details

body

The matrix of origin and destination coordinates to compute the route distance, travel time and other summary for each cell of the matrix based on the input parameters. The minimum and the maximum cell count supported are 1 and 700 for async and 100 for sync respectively. For example, it can be 35 origins and 20 destinations or 25 origins and 25 destinations for async API.

body: RouteMatrixQuery

Property Value