searchByTextExtended method - SearchEngine class - search library - Dart API
searchByTextExtended
searchByTextExtended abstract method
- TextQuery query,
- SearchOptions options,
- SearchCallbackExtended callback
Performs an asynchronous request to do a text query search for Place instances.
Optionally, search along a polyline, such as a route, by specifying a GeoCorridor. Provides candidate places 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 searchByTextExtended(TextQuery query, SearchOptions options, SearchCallbackExtended callback);