abstract fun poiCategoriesSearch(query: PoiCategoriesQuery!): Single<PoiCategoriesResponse!>!
Performs a reactive POI Categories search action based on the provided query object, and returns the result to Observers subscribed to the returned Observable.
query
- PoiCategoriesQuery!: The object which contains the data necessary to execute the POI Categories search action.
Return
Single<PoiCategoriesResponse!>!: Search Response's Observable object.