EnvironmentalZoneWarningDelegate
@available(*, deprecated, message: "Will be removed in v4.29.0. Use the `WarningListener` implementation instead.")
public protocol EnvironmentalZoneWarningDelegate : AnyObject
This protocol should be implemented in order to receive notifications about the environmental zones.
-
Called whenever the current location has been updated.
Declaration
Swift
func onEnvironmentalZoneWarningsUpdated(_ environmentalZonesWarning: [EnvironmentalZoneWarning])Parameters
environmentalZonesWarningThe list of environmental zones.