Returns an estimated address for a given latitude and longitude.
URL Endpoints
- JSON:
- XML:
GetReverseLocation Inputs
Name | Type | Description |
---|---|---|
Latitude | String | The latitude of the location. |
Longitude | String | The longitude of the location. |
LicenseKey | String | Your license key to use the service. Sign up for a free trial key at https://www.serviceobjects.com/address-geocode/ |
GetReverseLocation Outputs
Name | Type | Value | Description |
---|---|---|---|
Address | String | Varies | The estimated address of the given coordinates. |
City | String | Varies | The city of the given coordinates. |
State | String | Varies | The state of the given coordinates. |
Zip | String | Varies | The zip of the given coordinates. |
County | String | Varies | The county of the given coordinates. |
Error | Error | Varies | Error object indicating why the service could not return a result. See “Errors” below for more information. |