Interface DoubleTapListener


public interface DoubleTapListener

Interface for handling double tap gestures. Double-tap gesture occurs after double-tapping on the screen.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the double-tap gesture occurs.
  • Method Details

    • onDoubleTap

      void onDoubleTap(@NonNull Point2D origin)

      Called when the double-tap gesture occurs.

      Parameters:
      origin -

      Position of the touch point relative to the MapView in pixels.