DangerZoneWarningDelegate
public protocol DangerZoneWarningDelegate : AnyObject
This protocol should be implemented in order to
receive notifications about the Danger zones from Navigator.
-
Called whenever the current location has been updated.
Declaration
Swift
func onDangerZoneWarningsUpdated(_ dangerZonesWarning: DangerZoneWarning)Parameters
dangerZonesWarningThe Danger zones warning.