geocode_address
Convert a street address into precise geographic coordinates (latitude/longitude) to enable location-based queries and mapping.
Instructions
Convert a street address to geographic coordinates (latitude/longitude).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Street address to geocode | |
| components | No | Component filters (e.g., {'country': 'US'}) | |
| region | No | Region bias (ISO 3166-1 country code) |