distance/route
Calculate distance (airline, car routing) between points
Last updated
Calculate distance (airline, car routing) between points
Last updated
The route
object defines a route with all its waypoints and has a minimum of two and a maximum of 75 .
A waypoint describes each step of a route and is defined as its required name
field and an optional country
field to specify its specific location.
A Distance API response consists of 3 main parts. route
contains summarized info about route between all waypoints. points
array contains additional information about the waypoints of the requested route. steps
array describes distance, duration and travel information for the ways between each waypoints.
The route object contains summarized information about the route between all waypoints. This object is available in responses from all endpoints returning route information.
Airline distance
Car routing distance
The name
field can contain any textual information about the location like postal address, city or region, postal code, IATA code, what3words or a coordinate in the format latitude,longitude
. If using coordinate or what3words you do not need to specify the country
. .
Learn more about .
You'll get a HTTP status code 200
with waypoint information even if there could no car routing distance found. status
flag indicates a car route was found
or not found
. If one of the waypoints could not be found and a 404
is returned. .
Calculate airline and car routing distances between multiple points.
Get car routing distances
Get flight distances
Get equal distances