onDoubleTap method - DoubleTapListener class - gestures library - Dart API
onDoubleTap
onDoubleTap abstract method
- Point2D origin
Called when the double-tap gesture occurs.
originPosition of the touch point relative to the MapView in pixels.
Implementation
void onDoubleTap(Point2D origin);