AutoTransportType
public enum AutoTransportType
Indicates a type of auto transport system.
-
Value representing a ship or hovercraft transport.
Declaration
Swift
case shipOrHovercraft -
Value representing a car train transport.
Declaration
Swift
case carTrain -
Value representing a transporter bridge transport.
Declaration
Swift
case skyCableTransporterBridge
AutoTransportType Enumeration Reference