GroundOverlayTapEvent constructor

GroundOverlayTapEvent(
  1. int mapId,
  2. GroundOverlayId groundOverlayId
)

Build GroundOverlayTap Event triggered from the map represented by mapId.

The value of this event is a GroundOverlayId object that represents the tapped GroundOverlay

Implementation

GroundOverlayTapEvent(int mapId, GroundOverlayId groundOverlayId) : super(mapId, groundOverlayId);