Class AirQualityPointHandler

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

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

      • AirQualityPointHandler

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