You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ mbx directions --help
Usage: mbx directions [OPTIONS] WAYPOINTS...
Calculate optimal route with turn-by-turn directions between up to 25
waypoints.
$ mbx directions "[-122.681032, 45.528334]" "[-122.71679, 45.525135]"
An access token is required, see `mbx --help`.
Options:
--profile [mapbox.driving|mapbox.walking|mapbox.cycling]
Mapbox direction profile id
--alternatives / --no-alternatives
Generate alternative routes?
--instructions [text|html] Format for route instructions
--geometry [geojson|polyline|false]
Geometry encoding
--steps / --no-steps Include steps in the response
--geojson / --no-geojson Return geojson feature collection (default:
full response json)
-o, --output TEXT Save output to a file.
--help Show this message and exit.
The text was updated successfully, but these errors were encountered:
First draft of proposed interface:
The text was updated successfully, but these errors were encountered: