Class RecordsPointHandler

  • All Implemented Interfaces:
    com.aerisweather.aeris.communication.AerisCallback

    public class RecordsPointHandler
    extends AerisPointHandler
    Response handler for handling records query responses from the Aeris servers and passing the point data to the AerisMapView.
    • Constructor Detail

      • RecordsPointHandler

        public RecordsPointHandler​(AerisMapView mapView)
        Create an instance for the AerisMapView to pass the records points to.
        Parameters:
        mapView - AerisMapView to use.