Class ChargingConnectorAttributes

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

public final class ChargingConnectorAttributes extends Object

Details of the connector that is suggested to be used in the section's PostAction's for charging.

  • Field Details

    • powerInKilowatts

      public double powerInKilowatts

      Power supplied by the suggested connector in kW.

    • currentInAmperes

      @Nullable public Double currentInAmperes

      Current of the suggested connector in Amperes.

    • voltageInVolts

      @Nullable public Double voltageInVolts

      Voltage of the suggested connector in Volts.

    • supplyType

      @Nullable public ChargingSupplyType supplyType

      Supply type of the suggested connector.

    • connectorType

      @Nullable public ChargingConnectorType connectorType

      Suggested connector for charging at this station.

  • Constructor Details

    • ChargingConnectorAttributes

      public ChargingConnectorAttributes(double powerInKilowatts, @Nullable Double currentInAmperes, @Nullable Double voltageInVolts, @Nullable ChargingSupplyType supplyType, @Nullable ChargingConnectorType connectorType)

      Creates a new instance.

      Parameters:
      powerInKilowatts -

      Power supplied by the suggested connector in kW.

      currentInAmperes -

      Current of the suggested connector in Amperes.

      voltageInVolts -

      Voltage of the suggested connector in Volts.

      supplyType -

      Supply type of the suggested connector.

      connectorType -

      Suggested connector for charging at this station.

  • Method Details