/v4/geocoding/reverseAttempt to match a latitude, longitude pair to an address.
Reverse search is supported for points on the land. If the client requests a point far away from the land (e.g. in the ocean), a 400 Bad Request is returned.
Required authentication header. Get API Key here
Required authentication header.
Request geocoding results to be in specific language if it is available. If it is not - it will default to English. BCP47 spec
Latitude of the point to reverse geocode.
Longitude of the point to reverse geocode.
Language tag in which results were returned.
It will default to Content-Language: en if requested language was not available. BCP47 spec.
Well formatted, human-readable address of the location.
Full comma-separated address of the location, composed of names of all enclosing regions/boundaries.
Result confidence score, maximum value is 1.
LoadingLoadingRequest
LoadingResponse
Loading