Package com.here.sdk.warner
Class LaneDecreaseWarningOptions
java.lang.Object
com.here.sdk.warner.LaneDecreaseWarningOptions
A class that provides lane decrease warning options. Set the options for configuring the lane decrease notifications.
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 TypeFieldDescriptionbooleanEnables or disables the text notification emitted together with the lane decrease warner. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
enableTextNotification
public boolean enableTextNotificationEnables or disables the text notification emitted together with the lane decrease warner.
-
-
Constructor Details
-
LaneDecreaseWarningOptions
public LaneDecreaseWarningOptions()Creates a new instance.
-
-
Method Details