SpeedLimitDelegate
@available(*, deprecated, message: "Will be removed in v4.29.0. Use the `WarningListener` implementation instead.")
public protocol SpeedLimitDelegate : AnyObject
This protocol should be implemented in order to receive the speed limit of the current road.
-
Called whenever the speed limit of the current road changes.
Declaration
Swift
func onSpeedLimitUpdated(_ speedLimit: SpeedLimit)Parameters
speedLimitSpeed limit of the current road.