GroundOverlayTapEvent constructor
GroundOverlayTapEvent(
- int mapId,
- 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);