IndoorFeatures
public enum IndoorFeatures : UInt32, CaseIterable, Codable
Indoor route features.
-
This part of the route requires the usage of an elevator.
Declaration
Swift
case elevator -
This part of the route requires the usage of an escalator.
Declaration
Swift
case escalator -
This part of the route requires the usage of a moving walkway.
Declaration
Swift
case movingWalkway -
This part of the route requires the usage of a ramp.
Declaration
Swift
case ramp -
This part of the route requires the usage of stairs.
Declaration
Swift
case stairs -
This part of the route requires a transition.
Declaration
Swift
case transition