SearchEngine
interface SearchEngine
Defines requirements of most basic search search engine implementations.
Inheritors
Functions
Link copied to clipboard
abstract fun autoComplete(searchText: String, options: OnlineSearchFilter, callback: SearchCallback)
Performs autocomplete query, returning suggestions of places that might match text typed by the user