EnvironmentalZoneWarningDelegate
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.