MapTapEvent constructor

MapTapEvent(
  1. int mapId,
  2. LatLng value
)

Implementation

MapTapEvent(int mapId, LatLng value) : super(mapId, value);