onTwoFingerTap method - TwoFingerTapListener class - gestures library - Dart API
onTwoFingerTap
onTwoFingerTap abstract method
- Point2D origin
Called when the double-tap gesture occurs.
originPosition halfway between two touch points relative to the MapView in pixels.
Implementation
void onTwoFingerTap(Point2D origin);