Class FiresPointHandler

  • All Implemented Interfaces:
    com.aerisweather.aeris.communication.AerisCallback

    public class FiresPointHandler
    extends AerisPointHandler
    Response handler for handling fires query responses from the Aeris servers and passing the fire point data to the AerisMapView.
    • Constructor Detail

      • FiresPointHandler

        public FiresPointHandler​(AerisMapView mapView)
        Create an instance for the AerisMapView to pass the fires points to.
        Parameters:
        mapView - AerisMapView to use.