Input and output mapping for reverse geocoding
Learn more about the input and output mapping attributes for reverse geocoding.
The following table lists the 3 attributes you need to input for the reverse geocode process. The platform selects the nearest address based on the geodistance from these input coordinates.
Cleanse attribute | Required? | Description |
---|---|---|
Latitude | Yes | The latitude coordinate of the location for which you want to locate the address. |
Longitude | Yes | The latitude coordinate of the location for which you want to locate the address. |
Country | Yes | The 3 character country code of the address. |
Radius filter
Even though you do get an address as a final output, it may not be the exact address you're expecting. It may be the nearest correct address. For instance, it may show the address of one of the houses in a community or one of the shops in a mall, and not the exact house or shop you are looking for. To help you further determine your correct address, use the radiusFilter
option in your address cleanser to specify the radius in meters within which the address must be searched. See the example above.
The radiusFilter
option determines the radius within which the addresses are to be found, and it is in meters. You can specify a maximum of 300 meters here, which is also the default value. If you want to receive an exact address match, specify this option as 0.
radiusFilter
option in the tenant physical configuration but the value in the L3 configuration overrides the value provided in the physical configuration.Output mapping
In the response section, the following 2 fields are added for the reverse geocode service:
Cleanse attribute | Required? | Description |
---|---|---|
| No | Denotes the status of the address that is matched, which can be any one of the following:
|
| No | Denotes the distance between the coordinates given as input and the generated address. This is displayed in meters. |