VehicleUpdateOption
public enum VehicleUpdateOption : Equatable
Vehicle update options.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Value representing an option to update vehicle after vehicle type has been changed.
Declaration
Swift
case type -
Value representing an option to update vehicle after vehicle weight has been changed.
Declaration
Swift
case weight -
Value representing an option to update vehicle after axle weight has been changed.
Declaration
Swift
case axleWeight -
Value representing an option to update vehicle after vehicle length has been changed.
Declaration
Swift
case length -
Value representing an option to update vehicle after vehicle width has been changed.
Declaration
Swift
case width -
Value representing an option to update vehicle after vehicle height has been changed.
Declaration
Swift
case height -
Value representing an option to update vehicle after vehicle maximum speed has been changed.
Declaration
Swift
case maxSpeed -
Value representing an option to update vehicle after vehicle commercial status has been changed.
Declaration
Swift
case commercialVehicle -
Value representing an option to update vehicle after vehicle load type has been changed.
Declaration
Swift
case loadType -
Value representing an option to update vehicle after vehicle ADR tunnel restriction code has been changed.
Declaration
Swift
case adrTunnelRestrictionCode -
Value representing an option to update vehicle after vehicle current charge has been changed.
Declaration
Swift
case currentCharge -
Value representing an option to update vehicle after vehicle maximum charge has been changed.
Declaration
Swift
case maxCharge -
Value representing an option to update vehicle after vehicle altitude change energy has been changed.
Declaration
Swift
case altitudeChangeEnergy -
Value representing an option to update vehicle after vehicle auxiliary power has been changed.
Declaration
Swift
case auxiliaryPower -
Value representing an option to update vehicle after vehicle speed consumption has been changed.
Declaration
Swift
case speedConsumption -
Value representing an option to update vehicle after vehicle electric engine has been changed.
Declaration
Swift
case electricEngine -
Value representing an option to update vehicle after vehicle current fuel has been changed.
Declaration
Swift
case currentFuel -
Value representing an option to update vehicle after vehicle fuel energy density has been changed.
Declaration
Swift
case fuelEnergyDensity -
Value representing an option to update vehicle after vehicle auxiliary fuel power has been changed.
Declaration
Swift
case auxiliaryFuelPower -
Value representing an option to update vehicle after vehicle speed fuel consumption has been changed.
Declaration
Swift
case speedFuelConsumption -
Value representing an option to update vehicle after vehicle combustion engine has been changed.
Declaration
Swift
case combustionEngine -
Value representing an option to update vehicle after vehicle velocity change efficiency has been changed.
Declaration
Swift
case velocityChangeEfficiency -
Value representing an option to update vehicle after vehicle altitude change efficiency has been changed.
Declaration
Swift
case altitudeChangeEfficiency -
Value representing an option to update vehicle after battery curve has been changed.
Declaration
Swift
case batteryCurve -
Value representing an option to update vehicle after charging connectors have been changed.
Declaration
Swift
case chargingConnectors -
Value representing an option to update vehicle after charging time offset has been changed.
Declaration
Swift
case chargingTimeOffset
VehicleUpdateOption Enumeration Reference