onCategoryResultsShown

abstract fun onCategoryResultsShown(suggestion: SearchSuggestion, results: List<SearchResult>, responseInfo: ResponseInfo)

Called when a category results are resolved and displayed on the view. This happens when SearchSelectionCallback.onCategoryResult callback called.

See also

com.mapbox.search.SearchSelectionCallback

Parameters

suggestion

The category suggestion from which the results were resolved.

results

Search results matched by category search.

responseInfo

Search response and request information.