get_route_data
Calculate travel routes between two geographic points for driving, walking, or cycling using OpenStreetMap data.
Instructions
Get road/path data for routing between two points
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_lat | Yes | ||
| start_lon | Yes | ||
| end_lat | Yes | ||
| end_lon | Yes | ||
| route_type | No | Type of route (default: driving) |