EVChargingOpeningHours (API Reference)
Package com.here.sdk.search
Class EVChargingOpeningHours
java.lang.Object
com.here.sdk.search.EVChargingOpeningHours
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 Summary
FieldsModifier and TypeFieldDescriptionbooleanIndicates if it is allowed to leave vehicles in the charging location to continue charging outside opening hours.List of opening hours exceptions for EV charging locations.booleanIndicates if the charging location is open 24 hours a day, 7 days per week.List of regular opening hours schedule for EV charging locations. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
open24x7
public boolean open24x7Indicates if the charging location is open 24 hours a day, 7 days per week. If true,
regularScheduleandexceptionswill be empty. -
chargingWhenClosed
public boolean chargingWhenClosedIndicates if it is allowed to leave vehicles in the charging location to continue charging outside opening hours.
-
regularSchedule
List of regular opening hours schedule for EV charging locations.
-
exceptions
List of opening hours exceptions for EV charging locations.
-
-
Constructor Details
-
EVChargingOpeningHours
public EVChargingOpeningHours()Creates a new instance.
-
-
Method Details