LaneDecreaseWarningOptions
public struct LaneDecreaseWarningOptions : Hashable
A struct that provides lane decrease warning options. Set the options for configuring the lane decrease notifications.
-
Enables or disables the text notification emitted together with the lane decrease warner.
Declaration
Swift
public var enableTextNotification: Bool -
Creates a new instance.
Declaration
Swift
public init(enableTextNotification: Bool = true)