Interface DangerZoneWarningListener


public interface DangerZoneWarningListener

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

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called whenever the current location has been updated.
  • Method Details

    • onDangerZoneWarningsUpdated

      void onDangerZoneWarningsUpdated(@NonNull DangerZoneWarning dangerZonesWarning)

      Called whenever the current location has been updated.

      Parameters:
      dangerZonesWarning -

      The Danger zones warning.