MaxCharge

data class MaxCharge(val maxCharge: <Error class: unknown class>) : ElectricEngineParameter

Specifies capacity and current charge of the electric engine.

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

Parameters

maxCharge

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

Constructors

Link copied to clipboard
constructor(maxCharge: <Error class: unknown class>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxCharge: <Error class: unknown class>