IndoorLevelChangeFeatures

public enum IndoorLevelChangeFeatures : UInt32, CaseIterable, Codable

Indoor route features.

  • Generic connector for indoor routing.

    Declaration

    Swift

    case connector
  • 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 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 the usage of a pedestrian ramp.

    Declaration

    Swift

    case pedestrianRamp
  • This part of the route requires the usage of a car lift.

    Declaration

    Swift

    case carLift
  • This part of the route requires the usage of a drive ramp.

    Declaration

    Swift

    case driveRamp
  • This part of the route requires the usage of an elevator bank.

    Declaration

    Swift

    case elevatorBank