SearchSuggestionsCallback

interface SearchSuggestionsCallback

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

Functions

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.

Inheritors

SearchSelectionCallback
Link copied to clipboard