suggestExtended method - SearchEngine class - search library - Dart API
suggestExtended
suggestExtended abstract method
- TextQuery query,
- SearchOptions options,
- SuggestCallbackExtended callback
Performs an asynchronous request to suggest places for text queries and returns candidate suggestions sorted by relevance.
-
queryDesired text query to search. -
optionsSearch options. -
callbackCallback which receives the result on the main thread.
Returns TaskHandle. Handle that will be used to manipulate the execution of the task.
Implementation
TaskHandle suggestExtended(TextQuery query, SearchOptions options, SuggestCallbackExtended callback);