MMKIndoorLevel

@interface MMKIndoorLevel : NSObject

Describes level of indoor plan.

Summary

Class methods

+ (nonnull MMKIndoorLevel *)indoorLevelWithId:(nonnull NSString *)id
                                         name:(nonnull NSString *)name
                                isUnderground:( BOOL)isUnderground;

Properties

@property (nonatomic, readonly, nonnull) NSString *id;
Universal identifier of the level

@property (nonatomic, readonly, nonnull) NSString *name;
Localized display name of the level

@property (nonatomic, readonly) BOOL isUnderground;
true if level is under ground

Class methods

indoorLevelWithId:name:isUnderground:

+ (nonnull MMKIndoorLevel *)indoorLevelWithId:(nonnull NSString *)id
                                         name:(nonnull NSString *)name
                                isUnderground:( BOOL)isUnderground;


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