PolylineTapEvent constructor

PolylineTapEvent(
  1. int mapId,
  2. PolylineId polylineId
)

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

The value of this event is a PolylineId object that represents the tapped Polyline.

Implementation

PolylineTapEvent(super.mapId, super.polylineId);