search
abstract fun search(options: ReverseGeoOptions, executor: Executor, callback: SearchCallback): SearchRequestTask
Content copied to clipboard
Performs reverse geocoding.
Return
SearchRequestTask to be able to cancel request.
Parameters
options
reverse geocoding options.
executor
Executor used for events dispatching. By default events are dispatched on the main thread.
callback
search result callback.
open fun search(options: ReverseGeoOptions, callback: SearchCallback): SearchRequestTask
Content copied to clipboard
Performs reverse geocoding.
Return
SearchRequestTask to be able to cancel request.
Parameters
options
reverse geocoding options.
callback
search result callback, delivers results on the main thread.