SearchSuggestionsCallback

interface SearchSuggestionsCallback

Used in the first step of forward geocoding to get a list of SearchSuggestion. When an event happens, the corresponding method will be called 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
onError
Link copied to clipboard
abstract fun onError(e: Exception)
Called if an error occurred during the request.
onSuggestions
Link copied to clipboard
abstract fun onSuggestions(suggestions: List<SearchSuggestion>, responseInfo: ResponseInfo)
Called when the suggestions list is returned.
toString
Link copied to clipboard
open fun toString(): String

Inheritors

SearchSelectionCallback
Link copied to clipboard