tapEvent method

void tapEvent(
  1. TapEvent event
)

The user has tapped at the map. The event has been detected by the FlutterGestureDetector. left/upper 0/0 indicates the left-upper corner of the widget (NOT of the screen)

Implementation

void tapEvent(TapEvent event) {
  _injectTap.add(event);
}