Distancematrix
DistanceMatrix Api provides driving distance for a set of origins and destinations in a matrix form. The API returns the distance based on the recommended route between origin and destination points, as calculated by API, and consists of rows containing distance values for each pair.This API takes maximum of 3x3 matrix as input.You can supply maximum 3 sets of origins or destination seprated by "|".
Click on submit to see the results.
Origin | Destination | Distance |
---|
To try this out- Click on "Try it out" button, fill in the required fields and click Execute
Distance Matrix
You can supply maximum 3 sets of origins or destination seprated by |.
Parameters
Name | Description |
---|---|
access_token * string (query) | Access token |
origins * string (query) | Origin location in the form of latitude and longitude coordinates |
destinations * string (query) | Destination location in the form of latitude and longitude coordinates |
Responses
Code | Description |
200 | successful operation
|