searchByCategoryExtended abstract method

TaskHandle searchByCategoryExtended(
  1. CategoryQuery query,
  2. SearchOptions options,
  3. SearchCallbackExtended callback
)

Performs an asynchronous request to do a category search for Place instances.

A list containing at least one PlaceCategory must be provided as part of the SearchEngine.searchByCategoryExtended.query.

  • query Query with list of desired categories.

  • 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 searchByCategoryExtended(CategoryQuery query, SearchOptions options, SearchCallbackExtended callback);