Class EVChargingOpeningHours

java.lang.Object
com.here.sdk.search.EVChargingOpeningHours

public final class EVChargingOpeningHours extends Object

Represents the times when the EVSEs at the charging location can be accessed for charging. Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

  • Field Details

    • open24x7

      public boolean open24x7

      Indicates if the charging location is open 24 hours a day, 7 days per week. If true, regularSchedule and exceptions will be empty.

    • chargingWhenClosed

      public boolean chargingWhenClosed

      Indicates if it is allowed to leave vehicles in the charging location to continue charging outside opening hours.

    • regularSchedule

      @NonNull public List<EVChargingOpeningHoursSchedule> regularSchedule

      List of regular opening hours schedule for EV charging locations.

    • exceptions

      @NonNull public List<EVChargingOpeningHoursException> exceptions

      List of opening hours exceptions for EV charging locations.

  • Constructor Details

    • EVChargingOpeningHours

      public EVChargingOpeningHours()

      Creates a new instance.

  • Method Details