|
Maps SDK for C++ 1.0.0
|
GenericCategories object. More...


Public Member Functions | |
| GenericCategories ()=default | |
| Default constructor. | |
| const LandmarkCategoryListRef | getCategories () const noexcept |
| Get generic categories list. | |
| const LandmarkCategoryRef | getCategory (int id) const noexcept |
| Get generic category by id. | |
| const LandmarkCategoryListRef | getPoiCategories (int genericCategory) const noexcept |
| Get the list of POI categories for the given generic category. | |
| const LandmarkCategoryRef | getGenericCategory (int poiCategory) const noexcept |
| Get the generic category for the given POI category. | |
| int | getLandmarkStoreId () const noexcept |
| Get the generic categories landmark store id. | |
GenericCategories object.
Implements share-read / write Api object over IGenericCategoriesMapping.
This behaves like a singleton, i.e. all instances are shared behind the same API interface
|
inlinenoexcept |
Get generic categories list.
|
inlinenoexcept |
Get generic category by id.
| [in] | id | Generic category id, see EGenericCategoriesIDs |
|
inlinenoexcept |
Get the generic category for the given POI category.
| [in] | poiCategory | POI category, see ELandmarkStoreType::EMapPoi landmark store type |
|
inlinenoexcept |
Get the generic categories landmark store id.
|
inlinenoexcept |
Get the list of POI categories for the given generic category.
| [in] | genericCategory | Generic category id, see EGenericCategoriesIDs |