MMKIndoorPlan

@interface MMKIndoorPlan : NSObject

Describes indoor plan of building. Use activeLevelId property to select active level.

Summary

Properties

@property (nonatomic, readonly, nonnull) NSArray<MMKIndoorLevel *> *levels;
List of all levels in indoor plan, from bottom to top

@property (nonatomic, assign, unsafe_unretained, readwrite, nonnull)
    NSString *activeLevelId;

Gets/sets active id

Properties

levels

@property (nonatomic, readonly, nonnull) NSArray<MMKIndoorLevel *> *levels;

List of all levels in indoor plan, from bottom to top.


activeLevelId

@property (nonatomic, assign, unsafe_unretained, readwrite, nonnull)
    NSString *activeLevelId;

Gets/sets active id.