TruckRestrictionsWarningOptions (API Reference)
Package com.here.sdk.navigation
Class TruckRestrictionsWarningOptions
java.lang.Object
com.here.sdk.navigation.TruckRestrictionsWarningOptions
Truck restrictions warning options.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanIf set to true, all the truck restrictions notifications which have a time restriction, which does not apply for the current time will not be given. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
filterOutInactiveTimeDependentRestrictions
public boolean filterOutInactiveTimeDependentRestrictionsIf set to true, all the truck restrictions notifications which have a time restriction, which does not apply for the current time will not be given. If the value is false, all truck restrictions will be given regardless of the time restrictions that they might have.
-
-
Constructor Details
-
TruckRestrictionsWarningOptions
public TruckRestrictionsWarningOptions()Creates a new instance.
-
-
Method Details