VenueTransportMode
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 -
Car.
Declaration
Swift
case car -
Scooter.
Declaration
Swift
case scooter -
Declaration
Swift
public static var allCases: [VenueTransportMode] { get } -
A type that can be used as a key for encoding and decoding.
See moreDeclaration
Swift
public enum Key : CodingKey -
The error which is thrown if initialisation with decoder has failed
See moreDeclaration
Swift
public enum CodingError : Error -
Creates a new instance by decoding from the given decoder
Declaration
Swift
public init(from decoder: Decoder) throws -
Encodes this value into the given encoder
Declaration
Swift
public func encode(to encoder: Encoder) throws