SafetyCameraWarningOptions
public struct SafetyCameraWarningOptions : Hashable
Safety camera warning options. Set the options 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. By default text notifications are enabled.Declaration
Swift
public var enableTextNotification: Bool -
Creates a new instance.
Declaration
Swift
public init(enableTextNotification: Bool = true)