mapbox_geocode_forward
Get coordinates from any address or place name using Mapbox. Customize results with country, language, and proximity filters.
Instructions
Convert an address or place name to coordinates using Mapbox.
Input Schema
TableJSON 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) |