YMKMasstransitIndoorLevel

Warning

This feature is available in the Full MapKit SDK version

@interface YMKMasstransitIndoorLevel : NSObject

Indoor level (floor).

Summary

Class methods

+ (nonnull YMKMasstransitIndoorLevel *)indoorLevelWithLevelId:(nonnull NSString *)levelId
                                                    levelName:(nonnull NSString *)levelName
                                                       planId:( long long)planId;

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

@property (nonatomic, readonly) long long planId;
Id of the indoor plan the level belongs to

Class methods

indoorLevelWithLevelId:levelName:planId:

+ (nonnull YMKMasstransitIndoorLevel *)indoorLevelWithLevelId:(nonnull NSString *)levelId
                                                    levelName:(nonnull NSString *)levelName
                                                       planId:( long long)planId;


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.


planId

@property (nonatomic, readonly) long long planId;

Id of the indoor plan the level belongs to.