BloodAlcoholContentLimit (API Reference)
Package com.here.sdk.mapdata
Class BloodAlcoholContentLimit
java.lang.Object
com.here.sdk.mapdata.BloodAlcoholContentLimit
Represents the rules regarding alcohol in blood content limit in a country or state for all types of drivers.
-
Field Summary
FieldsModifier and TypeFieldDescriptionintAlcohol in blood content limit for commercial drivers expressed in parts per million.intAlcohol in blood content limit for novice drivers expressed in parts per million.intAlcohol in blood content limit for standard drivers expressed in parts per million. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
noviceDriverLimitInPartsPerMillion
public int noviceDriverLimitInPartsPerMillionAlcohol in blood content limit for novice drivers expressed in parts per million.
-
standardDriverLimitInPartsPerMillion
public int standardDriverLimitInPartsPerMillionAlcohol in blood content limit for standard drivers expressed in parts per million.
-
commercialDriverLimitInPartsPerMillion
public int commercialDriverLimitInPartsPerMillionAlcohol in blood content limit for commercial drivers expressed in parts per million.
-
-
Constructor Details
-
BloodAlcoholContentLimit
public BloodAlcoholContentLimit()Creates a new instance.
-
-
Method Details