MMKMasstransitIndoorLevel
Warning
This feature is available in the Full MapKit SDK version
@interface MMKMasstransitIndoorLevel : NSObject |
Indoor level (floor).
Summary
Class methods
+ (nonnull MMKMasstransitIndoorLevel *)indoorLevelWithLevelId:(nonnull NSString *)levelId |
Properties
@property (nonatomic, readonly, nonnull) NSString *levelId; |
@property (nonatomic, readonly, nonnull) NSString *levelName; |
Class methods
indoorLevelWithLevelId:levelName:
+ (nonnull MMKMasstransitIndoorLevel *)indoorLevelWithLevelId:(nonnull NSString *)levelId |
Properties
levelId
@property (nonatomic, readonly, nonnull) NSString *levelId; |
Level id that can be passed to the Router.
levelName
@property (nonatomic, readonly, nonnull) NSString *levelName; |
Localized level name.