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 a List of GeocodeResult

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