Package com.here.sdk.mapdata
Class VehicleRestrictionCondition
java.lang.Object
com.here.sdk.mapdata.VehicleRestrictionCondition
Combined set of conditions that must all be satisfied for a regulation to apply.
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 TypeFieldDescriptionTime rules during which this restriction is active.Road profile conditions that activate this restriction.Vehicle profile that is subject to this restriction.Weather condition that must be present for this restriction to apply. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
requiredRoadProfile
Road profile conditions that activate this restriction.
-
requiredWeatherCondition
Weather condition that must be present for this restriction to apply.
-
appliesDuring
Time rules during which this restriction is active.
-
requiredVehicleProfile
Vehicle profile that is subject to this restriction.
-
-
Constructor Details
-
VehicleRestrictionCondition
public VehicleRestrictionCondition()Creates a new instance with default values.
-
-
Method Details