SearchSuggestionProviderDelegate
public protocol SearchSuggestionProviderDelegate : AnyObject
SearchSuggestionProviderDelegate notifies about suggestions availability.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Informs about available suggestions
Declaration
Swift
func onSearchSuggestionAvailable(suggestion: SearchSuggestion)Parameters
suggestionSuggestion that can be directly used as a search query.
TomTom SDK for iOS (0.53.1)
SearchSuggestionProviderDelegate