MapTapEvent constructor
MapTapEvent(
- int mapId,
- LatLng value
Implementation
MapTapEvent(int mapId, LatLng value) : super(mapId, value);
MapTapEvent(int mapId, LatLng value) : super(mapId, value);