onInfoWindowTap method

  1. @override
void onInfoWindowTap(
  1. String markerId
)

Called when a marker's info window is tapped.

Implementation

@override
void onInfoWindowTap(String markerId) {
  streamController.add(InfoWindowTapEvent(mapId, MarkerId(markerId)));
}