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