SearchSuggestionsCallback

Used in the first step of forward geocoding to get a list of SearchSuggestion.

Functions

Link copied to clipboard
abstract fun onError(e: Exception)

Called if an error occurred during the request.

Link copied to clipboard
abstract fun onSuggestions(suggestions: List<SearchSuggestion>, responseInfo: ResponseInfo)

Called when the suggestions list is returned.

Inheritors

Link copied to clipboard