RouteLegSummary.BatteryConsumptionInKwH Property

Definition

Estimated electric energy consumption in kilowatt hours (kWh) using the Electric Consumption Model. Included if vehicleEngineType is set to electric and constantSpeedConsumptionInkWhPerHundredkm is specified. The value of batteryConsumptionInkWh includes the recuperated electric energy and can therefore be negative (which indicates gaining energy). If both maxChargeInkWh and currentChargeInkWh are specified, recuperation will be capped to ensure that the battery charge level never exceeds maxChargeInkWh. If neither maxChargeInkWh nor currentChargeInkWh are specified, unconstrained recuperation is assumed in the consumption calculation.

public double? BatteryConsumptionInKwH { get; }
member this.BatteryConsumptionInKwH : Nullable<double>
Public ReadOnly Property BatteryConsumptionInKwH As Nullable(Of Double)

Property Value

Applies to