Retrieve directions between waypoints. This can include both the route's geometry and instructions for each turn.
- Provider
- Mapbox (Maps)
- Input summary
- {"name":"profile","type":"string","required":false,"description":"routing profile; either mapbox.driving, mapbox.walking, or mapbox.cycling"}, {"name":"waypoints","type":"string","required":false,"description":"a semicolon-separated list of {longitude},{latitude} coordinate pairs to visit in order, containing at least two elements (origin and destination). There can be anywhere..., {"name":"alternatives","type":"boolean","required":false,"description":"whether to generate alternative routes; can be true or false"}, {"name":"instructions","type":"enum","required":false,"description":"format to return route instructions; can be text (default) or html","enum":["text","html"]}, {"name":"geometry","type":"enum","required":false,"description":"format to return route geometry; can be geojson (default), polyline for an encoded polyline, or false to omit geometry from response","enum":["geojson","polyline","false"]}, {"name":"steps","type":"boolean","required":false,"description":"whether to include steps in response; can be true or false"}
- Output summary
- Not available
- Billing
- 1
- Freshness
- Not available
- Verification
- Not available