Package com.here.sdk.mapdata
Class DriveRestRegulation
java.lang.Object
com.here.sdk.mapdata.DriveRestRegulation
Drive-rest regulation defining mandatory rest requirements for commercial vehicle drivers.
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 TypeFieldDescriptionMinimum daily rest duration in minutes that must be taken.Maximum continuous or accumulated daily driving time in minutes before a rest is required.Maximum driving time in minutes allowed before a mid-drive rest must be taken.Minimum duration in minutes of the required mid-drive rest. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
maxDailyDriveTimeInMinutes
Maximum continuous or accumulated daily driving time in minutes before a rest is required.
-
dailyRestMinInMinutes
Minimum daily rest duration in minutes that must be taken.
-
midDriveRestInMinutes
Maximum driving time in minutes allowed before a mid-drive rest must be taken.
-
midDriveRestMinInMinutes
Minimum duration in minutes of the required mid-drive rest.
-
-
Constructor Details
-
DriveRestRegulation
public DriveRestRegulation()Creates a new instance with default values.
-
-
Method Details