Interface DoubleTapListener


  • public interface DoubleTapListener

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

    • Method Detail

      • 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.