onSuggestions

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

Called when the suggestions list is returned.

Parameters

suggestions

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

responseInfo

Search response and request information.