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

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
search
Link copied to clipboard
abstract fun search(options: ReverseGeoOptions, callback: SearchCallback): SearchRequestTask
Performs reverse geocoding.
toString
Link copied to clipboard
open fun toString(): String

Properties

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