searchByText method - SearchInterface class - search library - Dart API
searchByText
searchByText abstract method
- TextQuery query,
- SearchOptions options,
- SearchCallback callback
Performs an asynchronous text query search for Place instances within a given TextQueryArea.
The returned places are sorted by relevance.
-
queryDesired free-form 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 searchByText(TextQuery query, SearchOptions options, SearchCallback callback);