Forward_Geocoding
Convert addresses into precise geographic coordinates (latitude, longitude) using structured input like street, postal code, or country. Supports language and region preferences for accurate location mapping.
Instructions
Obtain location(geographic coordinates) for address.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes | The address that you want to geocode | |
area | No | area parameter | |
bounds | No | The bounding box for results preference | |
country | No | The two-letter bias country code (ccTLD or ISO 3166-1) in which to return results | |
language | No | The two-letter language code in which to return results (ISO 639-1) | |
locality | No | locality parameter | |
postal_code | No | postal_code parameter | |
region | No | region parameter | |
street | No | street parameter |