search_known_routes
Find known hiking or cycling trails near start and destination coordinates using Swiss Geo API. Plan routes with waypoints along verified paths.
Instructions
Search for known hiking/cycling routes close to a given start and end coordinates, this enables to suggest waypoints to go through known trails when creating a route.
Currently only works for Switzerland using Swiss Geo API.
Args: route_type: Type of route, e.g. "driving-car", "cycling-mountain", "cycling-regular", "foot-hiking" from_coordinates: Starting location as [longitude, latitude] to_coordinates: Destination location as [longitude, latitude]
Returns: Description of known routes close to the given coordinates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| route_type | Yes | ||
| from_coordinates | Yes | ||
| to_coordinates | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |