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.createReverseGeocodingSearchEngine.

Result will be delivered on the main thread.

Functions

search
Link copied to clipboard
abstract fun search(options: ReverseGeoOptions, 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.