Navmii SDK  2.2.0
Write yourself a navigation system in iOS
Instance Methods | Properties | List of all members
NMPoiCategoryHelper Class Reference

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
 

Detailed Description

A class providing an API for the SDK features related to Places of Interest (POIs).

Method Documentation

◆ doesPoiCategoryExist:()

- (BOOL) doesPoiCategoryExist: (NSUInteger)  categoryId

Returns YES if POI category exist and NO if it doesn't.

Parameters
categoryIdCategory id.

◆ isPoiCategoryDisplayedOnMap:()

- (BOOL) isPoiCategoryDisplayedOnMap: (NSUInteger)  categoryId

Returns YES when POI category is displayed on map and NO when it isn't.

Parameters
categoryIdCategory id.

◆ poiCategoryById:()

- (nullable NMPoiCategory *) poiCategoryById: (NSUInteger)  categoryId

Returns POI category.

Parameters
categoryIdCategory id.

◆ poiCategoryImage:()

- (nullable UIImage *) poiCategoryImage: (NSUInteger)  categoryId

Returns POI category icon.

Parameters
categoryIdCategory id.

◆ setPoiCategory:displayedOnMap:()

- (void) setPoiCategory: (NSUInteger)  categoryId
displayedOnMap: (BOOL)  displayedOnMap 

Defines if POI category is displayed on map.

Parameters
categoryIdCategory id.
displayedOnMapNew value.

Property Documentation

◆ poiCategories

- (NSArray<NMPoiCategory *>*) poiCategories
readnonatomiccopy

POI categories list.

◆ roadEventCategories

- (NSArray<NMPoiCategory *>*) roadEventCategories
readnonatomiccopy

Road event POI categories list.

◆ speedCameraCategories

- (NSArray<NMPoiCategory *>*) speedCameraCategories
readnonatomiccopy

Speed camera POI categories list.