Class EarthquakesPointHandler

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

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

      • EarthquakesPointHandler

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