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.AerisPointHandlermapView, pointData
 
- 
 - 
Constructor SummaryConstructors Constructor Description StormReportsPointHandler(AerisMapView mapView)Create an instance for the AerisMapView to pass the Storm reports points to.
 
- 
- 
- 
Constructor Detail- 
StormReportsPointHandlerpublic StormReportsPointHandler(AerisMapView mapView) Create an instance for the AerisMapView to pass the Storm reports points to.- Parameters:
- mapView- AerisMapView to use.
 
 
- 
 
-