ElectricVehicleType

public enum ElectricVehicleType : UInt32, CaseIterable, Codable

Defines the type of the electric vehicle.

Note: This is a beta release of this feature and may contain bugs or exhibit unexpected behaviour. Related APIs are subject to change without a deprecation process.

  • car

    Vehicle type is a car.

    Declaration

    Swift

    case car
  • Vehicle type is a truck.

    Declaration

    Swift

    case truck