SchoolZoneWarningDelegate
public protocol SchoolZoneWarningDelegate : AnyObject
This protocol should be implemented in order to receive school zone warnings.
-
Called whenever a new school zone warning is available.
Declaration
Swift
func onSchoolZoneWarningUpdated(_ schoolZoneWarning: [SchoolZoneWarning])Parameters
schoolZoneWarningThe object that contains details on the school zone warning.