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

Inherits <NSObject>.

Instance Methods

(nullable instancetype) - initWithName:categoryId:zoomLevel:shouldDisplayOnMap:
 
(nullable instancetype) - NS_UNAVAILABLE
 

Class Methods

(nullable instancetype) + NS_UNAVAILABLE
 

Properties

NSString * name
 
NSUInteger categoryId
 
int zoomLevel
 
BOOL shouldDisplayOnMap
 

Detailed Description

POI category.

Method Documentation

◆ initWithName:categoryId:zoomLevel:shouldDisplayOnMap:()

- (nullable instancetype) initWithName: (NSString *)  name
categoryId: (NSUInteger)  categoryId
zoomLevel: (int)  zoomLevel
shouldDisplayOnMap: (BOOL)  shouldDisplayOnMap 

◆ NS_UNAVAILABLE() [1/2]

+ (nullable instancetype) NS_UNAVAILABLE

◆ NS_UNAVAILABLE() [2/2]

- (nullable instancetype) NS_UNAVAILABLE

Property Documentation

◆ categoryId

- (NSUInteger) categoryId
readwritenonatomicassign

POI category id.

◆ name

- (NSString*) name
readwritenonatomicstrong

POI category name.

◆ shouldDisplayOnMap

- (BOOL) shouldDisplayOnMap
readwritenonatomicassign

Indicates if POI category is shown on map.

◆ zoomLevel

- (int) zoomLevel
readwritenonatomicassign

Specified zoom level in range from 0 to 15.