fullTextAddressGeocoding
Convert any address into precise geographical coordinates, including latitude, longitude, and entrance points, using geocoding functionality.
Instructions
Converts the given address to coordinates (geocoding).
Args address (str): address to convert.
Returns: a list of coordinates
- newLat: latitude
- newLon: longitude
- newLatEntr: latitude of the entrance
- newLonEntr: longitude of the entrance
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes |