LevelChangeType
public enum LevelChangeType : Decodable, Hashable
-
Declaration
Swift
case elevator
-
Declaration
Swift
case escalator
-
Declaration
Swift
case stairs
-
Declaration
Swift
case movingWalkway
-
Declaration
Swift
case inclinePlane
-
Declaration
Swift
case other(value: String)
-
Declaration
Swift
public init(from decoder: Decoder) throws
-
Declaration
Swift
public var localizableName: String? { get }
-
Declaration
Swift
public var string: String { get }