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
                                                    levelName:(nonnull NSString *)levelName;

Properties

@property (nonatomic, readonly, nonnull) NSString *levelId;
Level id that can be passed to the Router

@property (nonatomic, readonly, nonnull) NSString *levelName;
Localized level name

Class methods

indoorLevelWithLevelId:levelName:

+ (nonnull MMKMasstransitIndoorLevel *)indoorLevelWithLevelId:(nonnull NSString *)levelId
                                                    levelName:(nonnull NSString *)levelName;


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.