MaxChargeProperty

data class MaxChargeProperty(val maxCharge: Energy) : ElectricEngineProperty

Represents ChargeLevel.maxCharge property of the ElectricEngine model.

Used for updating the charge capacity of the vehicle's electric engine via VehicleProvider.updateVehicle

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

Parameters

maxCharge

Capacity of the vehicle's battery, typically in kilowatt hours (kWh).

Constructors

Link copied to clipboard
constructor(maxCharge: Energy)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard