onDoubleTap abstract method

void onDoubleTap(
  1. Point2D origin
)

Called when the double-tap gesture occurs.

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

Implementation

void onDoubleTap(Point2D origin);