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