public enum VenueTransportMode : UInt32, CaseIterable, Codable

Available mode of transport on indoor topology.

  • Auto.

    Declaration

    Swift

    case auto
  • Taxi.

    Declaration

    Swift

    case taxi
  • Motorcycle.

    Declaration

    Swift

    case motorcycle
  • Emergency Vehicle.

    Declaration

    Swift

    case emergencyVehicle
  • Pedestrian.

    Declaration

    Swift

    case pedestrian