SafetyCameraWarningOptions

public struct SafetyCameraWarningOptions : Hashable

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

  • 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. To receive text notifications for use with TTS engines, also an EventTextDelegate needs to be set. By default text notifications are enabled.

    Declaration

    Swift

    public var enableTextNotification: Bool
  • Creates a new instance.

    Declaration

    Swift

    public init(enableTextNotification: Bool = true)