ReverseGeocodingSearchEngine

interface ReverseGeocodingSearchEngine

Used for reverse geocoding (looking up place by geographic coordinates to retrieve its name and address).

To obtain ReverseGeocodingSearchEngine instance, please, use MapboxSearchSdk.getReverseGeocodingSearchEngine.

Functions

search
Link copied to clipboard
open fun search(options: ReverseGeoOptions, callback: SearchCallback): SearchRequestTask
Performs reverse geocoding.
abstract fun search(options: ReverseGeoOptions, executor: Executor, callback: SearchCallback): SearchRequestTask
Performs reverse geocoding.

Properties

apiType
Link copied to clipboard
abstract val apiType: ApiType
Experimental API, can be changed or removed in the next SDK releases.