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