get_route_data
Retrieve road and path data for routing between two geographic coordinates, supporting driving, walking, or cycling route types.
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) |