mapbox_get_directions
Get turn-by-turn directions between multiple locations by providing coordinates and a routing profile. Supports driving, walking, cycling, and driving-traffic.
Instructions
Get turn-by-turn directions between two or more locations using Mapbox.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | No | Include turn-by-turn steps | |
| profile | No | Routing profile (default: mapbox/driving) | |
| language | No | Language for instructions | |
| overview | No | Route overview geometry detail | |
| coordinates | Yes | Semicolon-separated lng,lat pairs (e.g. -122.4194,37.7749;-118.2437,34.0522) | |
| access_token | Yes | Mapbox access token | |
| alternatives | No | Return alternative routes |