mapbox_matrix
Calculate travel time and distance matrices between multiple coordinates for driving, walking, or cycling routes to optimize logistics and planning.
Instructions
Calculate travel time and distance matrices between coordinates
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coordinates | Yes | Array of coordinates | |
| profile | No | Navigation mode | driving |
| annotations | No | Type of matrix to return | duration,distance |
| approaches | No | Approaches to coordinates | |
| bearings | No | Bearings for coordinates | |
| sources | No | Indices of source coordinates | |
| destinations | No | Indices of destination coordinates | |
| fallback_speed | No | Speed for direct path calculation when no route exists | |
| depart_at | No | Departure time in ISO 8601 format |