reverseGeocode

suspend fun reverseGeocode(location: Point, parameters: ReverseGeocodeParameters? = null): Result<List<GeocodeResult>>

Finds address with parameters by location point. Executes a reverse-geocoding operation to find address candidates for a given location.

Return

A Result returning the collection of GeocodeResult corresponding to the given location and parameters.

Since

200.1.0

Parameters

location

the Point at which to search for the closest address

parameters

an object containing parameters for the reverse geocode operation

See also