Reverse Geocode
Find addresses near a latitude and longitude. Use this when a workflow starts from a map pin, device coordinate, or spatial search. Results are ordered by distance and include distance_m in metres.
Authorizations
Query Parameters
Latitude in WGS84 decimal degrees for the reverse-geocode search point.
-90 <= x <= 90-23.1601
Longitude in WGS84 decimal degrees for the reverse-geocode search point.
-180 <= x <= 180150.7596
Search radius in metres.
1 <= x <= 50000200
Maximum number of nearby addresses to return.
1 <= x <= 203
Optional diagnostic flag. Send exactly true or false. Invalid values are rejected; debug diagnostics are for support only and must not be used for business decisions.
true, false "false"
Response
Nearby addresses sorted by distance from the submitted coordinate.
Addresses nearest to the supplied latitude and longitude.
Nearby address documents sorted by distance from the submitted coordinate. The array may be empty when no address falls within the radius.
Total address records found within the requested radius.
x >= 01
Optional diagnostic metadata returned only when debug=true is supplied. Debug values are for support and troubleshooting, not production decision-making.