CircleTapEvent constructor

CircleTapEvent(
  1. int mapId,
  2. CircleId circleId
)

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

The value of this event is a CircleId object that represents the tapped Circle.

Implementation

CircleTapEvent(super.mapId, super.circleId);