Find trails in a lon/lat bounding box
find_routes_in_bboxFind recreational routes intersecting a WGS84 bounding box. Specify coordinates, activity type (hiking, cycling, etc.), and language to get route data.
Instructions
Find recreational routes that pass through an explicit WGS84 lon/lat bounding box. Use this when you already have coordinates (e.g. from geocode_place or a map viewport). For a place name, use find_routes_near_place instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_lon | Yes | Western longitude. | |
| min_lat | Yes | Southern latitude. | |
| max_lon | Yes | Eastern longitude. | |
| max_lat | Yes | Northern latitude. | |
| limit | No | Max routes to return (1-100). | |
| flavour | No | Which activity map to query: hiking, cycling, mtb (mountain biking), riding (horse), skating (inline), or slopes (ski/winter). Defaults to hiking. | hiking |
| language | No | Preferred language for names (BCP-47 code, e.g. 'en', 'de', 'fr'). | en |