ChargingActionDetails (API Reference)
Package com.here.sdk.routing
Class ChargingActionDetails
java.lang.Object
com.here.sdk.routing.ChargingActionDetails
Parameters related to the electric vehicle's charging action.
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleEstimated vehicle battery charge before this action (in kWh).doubleMaximum charging power (in kW) available to the vehicle, based on the properties of the charging station and the vehicle.doubleLevel to which vehicle battery should be charged by this action (in kWh). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
consumablePowerInKilowatts
public double consumablePowerInKilowattsMaximum charging power (in kW) available to the vehicle, based on the properties of the charging station and the vehicle. A valid
ChargingActionDetailsobject will have positiveconsumablePowerInKilowatts. Defaults to 0. -
arrivalChargeInKilowattHours
public double arrivalChargeInKilowattHoursEstimated vehicle battery charge before this action (in kWh). A valid
ChargingActionDetailsobject will have positivearrivalChargeInKilowattHours. Defaults to 0. -
targetChargeInKilowattHours
public double targetChargeInKilowattHoursLevel to which vehicle battery should be charged by this action (in kWh). A valid
ChargingActionDetailsobject will have positivetargetChargeInKilowattHours. Defaults to 0.
-
-
Constructor Details
-
ChargingActionDetails
public ChargingActionDetails()Creates a new instance.
-
-
Method Details