reverseGeocoding

abstract fun reverseGeocoding(options: OfflineReverseGeoOptions, callback: SearchCallback): SearchRequestTask

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.