Class ChargingActionDetails

java.lang.Object
com.here.sdk.routing.ChargingActionDetails

public final class ChargingActionDetails extends Object

Parameters related to the electric vehicle's charging action.

  • Field Details

    • consumablePowerInKilowatts

      public double consumablePowerInKilowatts

      Maximum charging power (in kW) available to the vehicle, based on the properties of the charging station and the vehicle. A valid ChargingActionDetails object will have positive consumablePowerInKilowatts. Defaults to 0.

    • arrivalChargeInKilowattHours

      public double arrivalChargeInKilowattHours

      Estimated vehicle battery charge before this action (in kWh). A valid ChargingActionDetails object will have positive arrivalChargeInKilowattHours. Defaults to 0.

    • targetChargeInKilowattHours

      public double targetChargeInKilowattHours

      Level to which vehicle battery should be charged by this action (in kWh). A valid ChargingActionDetails object will have positive targetChargeInKilowattHours. Defaults to 0.

  • Constructor Details

    • ChargingActionDetails

      public ChargingActionDetails()

      Creates a new instance.

  • Method Details