Build an MapTap Event triggered from the map represented by mapId.
mapId
The position of this event is the LatLng where the Map was tapped.
position
MapTapEvent(int mapId, LatLng position) : super(mapId, position, null);