mapbox_geocoding
Convert addresses to coordinates and search for places using Mapbox's geocoding API to enable location-based functionality in applications.
Instructions
Search for places and convert addresses into coordinates
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| searchText | Yes | The search text to geocode | |
| limit | No | Limit the number of results | |
| types | No | Filter results by feature types | |
| language | No | Language of the search results | |
| fuzzyMatch | No | Enable/disable fuzzy matching |