searchByCoordinatesExtended abstract method

TaskHandle searchByCoordinatesExtended(
  1. GeoCoordinates coordinates,
  2. SearchOptions options,
  3. 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.

  • coordinates The coordinates where to search.

  • options Search options.

  • callback Callback 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);