Navmii SDK
2.2.0
Write yourself a navigation system in iOS
|
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 |
POI category.
- (nullable instancetype) initWithName: | (NSString *) | name | |
categoryId: | (NSUInteger) | categoryId | |
zoomLevel: | (int) | zoomLevel | |
shouldDisplayOnMap: | (BOOL) | shouldDisplayOnMap | |
+ (nullable instancetype) NS_UNAVAILABLE |
- (nullable instancetype) NS_UNAVAILABLE |
|
readwritenonatomicassign |
POI category id.
|
readwritenonatomicstrong |
POI category name.
|
readwritenonatomicassign |
Indicates if POI category is shown on map.
|
readwritenonatomicassign |
Specified zoom level in range from 0 to 15.