Geocode a place name
geocode_placeConvert a place name into geographic coordinates for use in route searches or mapping applications.
Instructions
Convert a place name (city, region, landmark, mountain pass, etc.) into geographic coordinates using OpenStreetMap's Nominatim geocoder. Returns candidate matches with lat/lon and a bounding box. Use this when you have a place name and need coordinates — for example before calling find_routes_in_bbox. To find trails near a place in one step, prefer find_routes_near_place instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Place name to look up, e.g. 'Zermatt', 'Lake District', 'Stok La'. | |
| limit | No | Maximum number of candidate matches to return (1-10). | |
| language | No | Preferred language for place names (BCP-47 code, e.g. 'en', 'de'). | en |