geocode
Convert a free-form address to latitude and longitude coordinates, returning the matched address and match score.
Instructions
Geocode a free-form address to lat/lon using the Esri World geocoder.
Args: address: Free-form address string, e.g. "2437 Remount Rd, Charlotte, NC".
Returns: Dict with matched address, lat, lon, match score, and a summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes |