searchByCoordinatesExtended method - SearchEngine class - search library - Dart API
searchByCoordinatesExtended
searchByCoordinatesExtended abstract method
- GeoCoordinates coordinates,
- SearchOptions options,
- SearchCallbackExtended callback
Performs an asynchronous request to search for places based on given geographic coordinates.
This is the same process as reverse geocoding, except that more data is returned than just the Address that belongs to given coordinates. Note that coordinates can belong to more than one Place result. Provides candidate places sorted by relevance.
-
coordinatesThe coordinates where to search. -
optionsSearch options. -
callbackCallback which receives result on the main thread.
Returns TaskHandle. Handle that will be used to manipulate execution of the task.
Implementation
TaskHandle searchByCoordinatesExtended(GeoCoordinates coordinates, SearchOptions options, SearchCallbackExtended callback);