suggestExtended abstract method

TaskHandle suggestExtended(
  1. TextQuery query,
  2. SearchOptions options,
  3. SuggestCallbackExtended callback
)

Performs an asynchronous request to suggest places for text queries and returns candidate suggestions sorted by relevance.

  • query Desired 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 suggestExtended(TextQuery query, SearchOptions options, SuggestCallbackExtended callback);