poiCategoriesSearch
Performs a synchronous POI categories search using the provided PoiCategoriesSearchOptions object. Delivers a Result containing a PoiCategoriesSearchResponse, or a PoiCategoriesSearchError if the call fails.
Return
The Result containing a PoiCategoriesSearchResponse if the call succeeds, or a PoiCategoriesSearchError if it fails.
Parameters
The object containing the properties to use in the search request.
Performs an asynchronous POI categories search using the provided PoiCategoriesSearchOptions object. Returns the result using the provided PoiCategoriesSearchCallback.
Parameters
The object containing the properties to use in the search request.
The PoiCategoriesSearchCallback invoked when the search operation has finished, either successfully or with an error. The callback will be executed on the main thread.