MMKIndoorLevel
|
@interface MMKIndoorLevel : NSObject |
Describes level of indoor plan.
Summary
Class methods
|
+ (nonnull MMKIndoorLevel *)indoorLevelWithId:(nonnull NSString *)id |
Properties
|
@property (nonatomic, readonly, nonnull) NSString *id; |
|
@property (nonatomic, readonly, nonnull) NSString *name; |
|
@property (nonatomic, readonly) BOOL isUnderground; |
Class methods
indoorLevelWithId:name:isUnderground:
|
+ (nonnull MMKIndoorLevel *)indoorLevelWithId:(nonnull NSString *)id |
Properties
id
|
@property (nonatomic, readonly, nonnull) NSString *id; |
Universal identifier of the level.
name
|
@property (nonatomic, readonly, nonnull) NSString *name; |
Localized display name of the level.
isUnderground
|
@property (nonatomic, readonly) BOOL isUnderground; |
true if level is under ground