onTap method

Stream<MapTapEvent> onTap({
  1. required int mapId,
})

A Map has been tapped at a certain LatLng.

Implementation

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