onInfoWindowTap method

Stream<InfoWindowTapEvent> onInfoWindowTap({
  1. required int mapId,
})

An InfoWindow has been tapped.

Implementation

Stream<InfoWindowTapEvent> onInfoWindowTap({required int mapId}) {
  throw UnimplementedError('onInfoWindowTap() has not been implemented.');
}