Navmii SDK
2.2.0
Write yourself a navigation system in iOS
|
Inherits <NSObject>.
Instance Methods | |
(BOOL) | - doesPoiCategoryExist: |
(void) | - setPoiCategory:displayedOnMap: |
(BOOL) | - isPoiCategoryDisplayedOnMap: |
(nullable UIImage *) | - poiCategoryImage: |
(nullable NMPoiCategory *) | - poiCategoryById: |
Properties | |
NSArray< NMPoiCategory * > * | poiCategories |
NSArray< NMPoiCategory * > * | roadEventCategories |
NSArray< NMPoiCategory * > * | speedCameraCategories |
A class providing an API for the SDK features related to Places of Interest (POIs).
- (BOOL) doesPoiCategoryExist: | (NSUInteger) | categoryId |
Returns YES if POI category exist and NO if it doesn't.
categoryId | Category id. |
- (BOOL) isPoiCategoryDisplayedOnMap: | (NSUInteger) | categoryId |
Returns YES when POI category is displayed on map and NO when it isn't.
categoryId | Category id. |
- (nullable NMPoiCategory *) poiCategoryById: | (NSUInteger) | categoryId |
Returns POI category.
categoryId | Category id. |
- (nullable UIImage *) poiCategoryImage: | (NSUInteger) | categoryId |
Returns POI category icon.
categoryId | Category id. |
- (void) setPoiCategory: | (NSUInteger) | categoryId | |
displayedOnMap: | (BOOL) | displayedOnMap | |
Defines if POI category is displayed on map.
categoryId | Category id. |
displayedOnMap | New value. |
|
readnonatomiccopy |
POI categories list.
|
readnonatomiccopy |
Road event POI categories list.
|
readnonatomiccopy |
Speed camera POI categories list.