sdk-search / com.tomtom.online.sdk.search / SearchApi / search

search

abstract fun search(searchQuery: FuzzySearchQuery!, listener: FuzzySearchResultListener!): Unit

Performs a search action based on the provided FuzzySearchQuery object and returns the result with usage of the FuzzySearchResultListener implementation.

Parameters

searchQuery - FuzzySearchQuery!: The object which contains the data necessary to execute a search action.

listener - FuzzySearchResultListener!: The listener which informs the subscriber when the search result is available. It contains the FuzzySearchResponse object.