searchByTextExtended abstract method

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

  • query Desired free-form text query 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 searchByTextExtended(TextQuery query, SearchOptions options, SearchCallbackExtended callback);