reverse Geocoding
abstract fun reverseGeocoding(options: OfflineReverseGeoOptions, callback: SearchCallback): SearchRequestTask
Content copied to clipboard
Performs reverse geocoding.
Return
SearchRequestTask object which allows to cancel the request.
Parameters
options
reverse geocoding options.
callback
search result callback, delivers results on the main thread.