LDS
Reverse geocode coordinates
Returns the street address closest to a pair of coordinates.
Unlike GET /v3/lds/geocoding/geocode, this endpoint returns the results directly, without the { error, value } wrapper.
get/v3/lds/geocoding/reverse
Query parameters
latnumber required
Latitude.
lonnumber required
Longitude.
langstring
Language for the result, passed through to the provider — for example es-ES. Accepted values depend on the provider.
optionsstring
Provider options as a JSON string.
Response
The addresses found.