mapbox_geocode_forward
Convert an address or place name to geographic coordinates with Mapbox. Specify query, country, language, limit, proximity, or type filters for precise geocoding results.
Instructions
Convert an address or place name to coordinates using Mapbox.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| access_token | Yes | Mapbox access token from account.mapbox.com | |
| query | Yes | Address or place name to geocode | |
| country | No | Limit results to a country (ISO 3166 alpha-2, e.g. US) | |
| language | No | Language for results (e.g. en, fr) | |
| limit | No | Max results (1-10, default: 5) | |
| proximity | No | Bias results near coordinates (lng,lat) | |
| types | No | Filter by feature types (e.g. address,place,poi) |