searchByAddressExtended method - SearchEngine class - search library - Dart API
searchByAddressExtended
searchByAddressExtended abstract method
- AddressQuery query,
- SearchOptions options,
- SearchCallbackExtended callback
Performs an asynchronous request to search for places based on a given address.
This is the same process as forward geocoding, except that more data is returned than just the geographic coordinates of a given address. Note that an address can belong to more than one Place result, although all found places will share the same geographic coordinates. Provides candidate places sorted by relevance.
-
queryDesired free-form address query text 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 searchByAddressExtended(AddressQuery query, SearchOptions options, SearchCallbackExtended callback);