searchByText abstract method

TaskHandle searchByText(
  1. TextQuery query,
  2. SearchOptions options,
  3. SearchCallback callback
)

Performs an asynchronous text query search for Place instances within a given TextQueryArea.

The returned places are 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 searchByText(TextQuery query, SearchOptions options, SearchCallback callback);