Class EarthquakesPointHandler
- java.lang.Object
-
- com.aerisweather.aeris.maps.handlers.AerisPointHandler
-
- com.aerisweather.aeris.maps.handlers.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.
-
-
Field Summary
-
Fields inherited from class com.aerisweather.aeris.maps.handlers.AerisPointHandler
mapView, pointData
-
-
Constructor Summary
Constructors Constructor Description EarthquakesPointHandler(AerisMapView mapView)
Create an instance for the AerisMapView to pass the Earthquake points to.
-
-
-
Constructor Detail
-
EarthquakesPointHandler
public EarthquakesPointHandler(AerisMapView mapView)
Create an instance for the AerisMapView to pass the Earthquake points to.- Parameters:
mapView
- AerisMapView to use.
-
-