Get addresses with geographic coordinates
Learn more about the API operation for reverse geocoding.
The Reverse Geocode API returns multiple addresses for the specified coordinates. Optionally, specify the maximum number of results and the radius for address searches. The API takes coordinates as input and returns results up to the defined maximum within the specified radius. Note that it only returns the standard address lines, and not other details such as AVC, VerificationStatus and so on.
Get addresses from a single set of coordinates
Use this operation to process one record at a time.Request
Parameter name | Required | Description |
---|---|---|
tenantId | Yes | The tenant ID for which you want to process the data. |
Latitude | Yes | The WGS 84 latitude, in decimal degrees format. |
Longitude | Yes | The WGS 84 longitude, in decimal degrees format. |
Country | Yes | The country name or code, which can be either the preferred ISO 3166 2-character or 3-character country code. Note: If this value is empty, the defaultCountry specified in the tenant physical configuration is considered. |
MaxResults | No | The maximum number of addresses you want to view as a result. This defaults to 1. |
RadiusFilter | No | The radius within which you want addresses returned for the specified coordinates. This defaults to 300 meters. |
Response
For more information, see GET Reverse Geocodes API in the Developer Portal.
Get addresses from a batch of coordinates
Use this operation to process a batch of records.
Request
Parameter Name | Required | Description |
---|---|---|
tenantID | Yes | The tenant ID for which you want to process the data. |
maxResults | No | The maximum number of addresses you want to view as a result. This defaults to 1. |
radiusFilter | No | The radius within which you want addresses returned for the specified coordinates. This defaults to 300 meters. |
Attribute name | Required | Description |
---|---|---|
Latitude | Yes | The WGS 84 latitude, in decimal degrees format. |
Longitude | Yes | The WGS 84 longitude, in decimal degrees format. |
Country | Yes | The country name or code, which can be either the preferred ISO 3166 2-character or 3-character country code. Note: If this value is empty, the defaultCountry specified in the tenant physical configuration is considered |
Response
For more information, see POST Reverse Geocodes API in the Developer Portal.