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 Summary

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

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