SafetyCameraWarningOptions (API Reference)
Package com.here.sdk.navigation
Class SafetyCameraWarningOptions
java.lang.Object
com.here.sdk.navigation.SafetyCameraWarningOptions
Safety camera warning options. Set the options in order to enable them.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanDetermines whether a text notification should be triggered along with a safety camera warning. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
enableTextNotification
public boolean enableTextNotificationDetermines whether a text notification should be triggered along with a safety camera warning. Example text: "A safety camera is ahead in 500 meters." The text can be localized via
ManeuverNotificationOptions. By default text notifications are enabled.
-
-
Constructor Details
-
SafetyCameraWarningOptions
public SafetyCameraWarningOptions()Creates a new instance.
-
-
Method Details