search

abstract fun search(options: ReverseGeoOptions, executor: Executor, callback: SearchCallback): SearchRequestTask

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

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.