Interface TapListener


public interface TapListener

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

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onTap(Point2D origin)
    Called when the tap gesture occurs.
  • Method Details

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