Query parameters
-
Position lat/lon
Additional properties are NOT allowed.
-
Position lat/lon
Additional properties are NOT allowed.
GET
/geo/route
curl \
-X GET http://api.example.com/geo/route?start=%7B%7D&end=%7B%7D \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"distance": 42.0,
"duration": 42.0
}