GroundOverlayTapEvent constructor

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

Build a 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(super.mapId, super.croundOverlayId);