LowSpeedZoneWarningDelegate
public protocol LowSpeedZoneWarningDelegate : AnyObject
This protocol should be implemented in order to receive low speed zone warnings.
Note: This is currently available only for Japan.
The low speed zone warner is a zone warner, which means that for a low speed zone there will always
be 3 warnings emitted, with the LowSpeedZoneWarning.distance_type set to DistanceType.AHEAD, DistanceType.REACHED
and lastly DistanceType.PASSED when the end of the low speed zone is passed.
-
Called whenever a new low speed zone warning is available.
Declaration
Swift
func onLowSpeedZoneWarningUpdated(_ lowSpeedZoneWarning: LowSpeedZoneWarning)Parameters
lowSpeedZoneWarningThe object that contains details on the low speed zone warning.