Warning

This feature is available in the Full MapKit SDK version

YMKMasstransitConstructionMaskStairs

enum YMKMasstransitConstructionMaskStairs : UInt, @unchecked Sendable

Undocumented

Summary

Enum cases

case unknown = 0
Stairway with no information whether stairs go up or down along a pedestrian path

case up = 1
Stairway with stairs going up along a pedestrian path

case down = 2
Stairway with stairs going down along a pedestrian path

Enum cases

unknown

case unknown = 0

Stairway with no information whether stairs go up or down along a pedestrian path.


up

case up = 1

Stairway with stairs going up along a pedestrian path.


down

case down = 2

Stairway with stairs going down along a pedestrian path.