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