onTwoFingerTap abstract method

void onTwoFingerTap(
  1. Point2D origin
)

Called when the double-tap gesture occurs.

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

Implementation

void onTwoFingerTap(Point2D origin);