get-directions
Retrieve turn-by-turn directions between two locations, including distance, duration, and route geometry as GeoJSON. Supports driving, cycling, and walking modes.
Instructions
Get directions between two points with distance, duration, and turn-by-turn steps. Returns a GeoJSON LineString of the route geometry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | Starting point | |
| to | Yes | Destination point | |
| transport_mode | Yes | Travel mode |