searchByAddressExtended abstract method

TaskHandle searchByAddressExtended(
  1. AddressQuery query,
  2. SearchOptions options,
  3. 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.

  • query Desired free-form address query text to search.

  • options Search options.

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