Interface TwoFingerTapListener


  • public interface TwoFingerTapListener

    Interface for handling two finger tap gestures. Two finger tap gesture occurs after tapping on the screen with two fingers.

    • Method Detail

      • onTwoFingerTap

        void onTwoFingerTap​(@NonNull
                            Point2D origin)

        Called when the double-tap gesture occurs.

        Parameters:
        origin -

        Position halfway between two touch points relative to the MapView in pixels.