Interface EnvironmentalZoneWarningListener


public interface EnvironmentalZoneWarningListener

This interface should be implemented in order to receive notifications about the environmental zones.

  • Method Details

    • onEnvironmentalZoneWarningsUpdated

      void onEnvironmentalZoneWarningsUpdated(@NonNull List<EnvironmentalZoneWarning> environmentalZonesWarning)

      Called whenever the current location has been updated.

      Parameters:
      environmentalZonesWarning -

      The list of environmental zones.