abstract fun poiCategoriesSearch(query: PoiCategoriesQuery!, listener: PoiCategoriesSearchResultListener!): Unit
Performs a POI Categories search action based on the provided query object, and returns the result with usage of the callback implementation.
query
- PoiCategoriesQuery!: The object which contains the data necessary to execute a POI Categories search action.
listener
- PoiCategoriesSearchResultListener!: The callback which informs the subscriber when the search result is available.