PolygonTapEvent constructor

PolygonTapEvent(
  1. int mapId,
  2. PolygonId polygonId
)

Build an PolygonTap Event triggered from the map represented by mapId.

The value of this event is a PolygonId object that represents the tapped Polygon.

Implementation

PolygonTapEvent(super.mapId, super.polygonId);