onSuggestionsShown

abstract fun onSuggestionsShown(suggestions: List<SearchSuggestion>, responseInfo: ResponseInfo)

Called when the suggestions are received and displayed on the view. This happens when SearchSuggestionsCallback.onSuggestions callback called.

See also

com.mapbox.search.SearchSuggestionsCallback

Parameters

suggestions

List of SearchSuggestion as result of the first step of forward geocoding.

responseInfo

Search response and request information.