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