EVChargingOpeningHoursException (API Reference)
Package com.here.sdk.search
Class EVChargingOpeningHoursException
java.lang.Object
com.here.sdk.search.EVChargingOpeningHoursException
Represents exceptions to the regular opening hours schedule for EV charging locations, such as special closures or extended hours. 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
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
date
Date of special opening hours.
-
periods
A list of time periods when the charging location is open on the specified date. The time periods are in the local time zone of the charging location, and are represented as a list of objects with
TimeOfDayRange.fromandTimeOfDayRange.toproperties. -
closed
public boolean closedTrue if the charging location is closed on particular date, in which case
periodsis empty.
-
-
Constructor Details
-
EVChargingOpeningHoursException
public EVChargingOpeningHoursException()Creates a new instance.
-
-
Method Details