VehicleType

public enum VehicleType

Defines vehicle types.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • A personal car which is not very big.

    Declaration

    Swift

    case personalCar
  • A truck.

    Declaration

    Swift

    case truck

Lifecycle

  • Important

    This is a Public Preview API. It may be changed or removed at any time.

    Declaration

    Swift

    public init?(from rawValue: String)

    Parameters

    from

    The raw string value of VehicleType.