Interface OnAerisMapLongClickListener


  • public interface OnAerisMapLongClickListener
    Listener interface for listening for long click events on the map.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onMapLongClick​(double lat, double longitude)
      Called when the user makes a long-press gesture on the map, but only if none of the overlays of the map handled the gesture.
    • Method Detail

      • onMapLongClick

        void onMapLongClick​(double lat,
                            double longitude)
        Called when the user makes a long-press gesture on the map, but only if none of the overlays of the map handled the gesture. Implementations of this method are always invoked on the main thread.
        Parameters:
        lat - latitude of click
        longitude - longitude of click