SpeedWarningDelegate
public protocol SpeedWarningDelegate : AnyObject
This protocol should be implemented in order to receive notifications when a speed limit on a road is exceeded or driving speed is restored back to normal.
Note:
The warnings issued by this protocol
don’t take into account any temporary special speed limits. See SpeedLimitListener.
-
Called whenever a new
SpeedWarningStatusis available.Declaration
Swift
func onSpeedWarningStatusChanged(_ status: SpeedWarningStatus)Parameters
statusThe new status of the speed warning.