searchByCategory abstract method

TaskHandle searchByCategory(
  1. CategoryQuery query,
  2. SearchOptions options,
  3. SearchCallback callback
)

Performs an asynchronous category search for Place instances.

A list containing at least one PlaceCategory must be provided as part of the SearchInterface.searchByCategory.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 searchByCategory(CategoryQuery query, SearchOptions options, SearchCallback callback);