Returns an estimated address for a given latitude and longitude.

URL Endpoints

GetReverseLocation Inputs

NameTypeDescription
LatitudeStringThe latitude of the location.
LongitudeStringThe longitude of the location.
LicenseKeyStringYour license key to use the service. Sign up for a free trial
key at
https://www.serviceobjects.com/address-geocode/

GetReverseLocation Outputs

NameTypeValueDescription
AddressStringVariesThe estimated address of the given coordinates.
CityStringVariesThe city of the given coordinates.
StateStringVariesThe state of the given coordinates.
ZipStringVariesThe zip of the given coordinates.
CountyStringVariesThe county of the given coordinates.
ErrorErrorVariesError object indicating why the service
could not return a result. See “Errors”
below for more information.

References