SchoolZoneWarningDelegate
@available(*, deprecated, message: "Will be removed in v4.29.0. Use the `WarningListener` implementation instead.")
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.