Class StormReportsPointHandler
- java.lang.Object
-
- com.aerisweather.aeris.maps.handlers.AerisPointHandler
-
- com.aerisweather.aeris.maps.handlers.StormReportsPointHandler
-
- All Implemented Interfaces:
com.aerisweather.aeris.communication.AerisCallback
public class StormReportsPointHandler extends AerisPointHandler
Response handler for storm reports query responses from the Aeris servers and passing the storm reports point data to the AerisMapView.
-
-
Field Summary
-
Fields inherited from class com.aerisweather.aeris.maps.handlers.AerisPointHandler
mapView, pointData
-
-
Constructor Summary
Constructors Constructor Description StormReportsPointHandler(AerisMapView mapView)
Create an instance for the AerisMapView to pass the Storm reports points to.
-
-
-
Constructor Detail
-
StormReportsPointHandler
public StormReportsPointHandler(AerisMapView mapView)
Create an instance for the AerisMapView to pass the Storm reports points to.- Parameters:
mapView
- AerisMapView to use.
-
-