Interface TapListener


  • public interface TapListener

    Interface for handling tap gestures. Tap gesture occurs after tapping on the screen.

    • Method Detail

      • onTap

        void onTap​(@NonNull
                   Point2D origin)

        Called when the tap gesture occurs.

        Parameters:
        origin -

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