searchByCategory abstract method
- CategoryQuery query,
- SearchOptions options,
- 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.
-
queryQuery with list of desired categories. -
optionsSearch options. -
callbackCallback 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);