Body payload
How to format the request payload and what data can be used as input
Route
The route
object defines a route with all its waypoints and has a minimum of two waypoints and a maximum of 75 waypoints.
Waypoint
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.
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 input and geocoding.
Point
Last updated