Class SafetyCameraWarningOptions

java.lang.Object
com.here.sdk.navigation.SafetyCameraWarningOptions

public final class SafetyCameraWarningOptions extends Object

Safety camera warning options. Set the options in order to enable them.

  • Field Details

    • enableTextNotification

      public boolean enableTextNotification

      Determines 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