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