SpeedWarningOptions
public struct SpeedWarningOptions : Hashable
A struct that contains all options to be used for the speed limit warnings.
-
The speed limit offsets to be used when notifying about exceeding the speed limit.
Declaration
Swift
public var speedLimitOffset: SpeedLimitOffset -
Creates a new instance.
Declaration
Swift
public init(speedLimitOffset: SpeedLimitOffset)