PoiClickEvent constructor

PoiClickEvent(
  1. int mapId,
  2. PointOfInterest pointOfInterest
)

Implementation

PoiClickEvent(int mapId, PointOfInterest pointOfInterest)
    : super(mapId, pointOfInterest, null);