VehicleType
public enum VehicleType : UInt32, CaseIterable, Codable
Defines the type of the vehicle.
Note: This is a beta release of this vehicle type, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases or even become unsupported, without a deprecation process.
-
Vehicle type is a car.
Declaration
Swift
case car -
Vehicle type is a truck.
Declaration
Swift
case truck -
Vehicle type is a bicycle.
Declaration
Swift
case bicycle -
Vehicle type is a bus.
Declaration
Swift
case bus -
Vehicle type is a motorcycle.
Declaration
Swift
case motorcycle -
Vehicle type is a scooter.
Declaration
Swift
case scooter -
Vehicle type is a private bus.
Declaration
Swift
case privateBus