LaneDecreaseWarningOptions
public struct LaneDecreaseWarningOptions : Hashable
A struct that provides lane decrease warning options. Set the options for configuring the lane decrease notifications.
Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.
-
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)