MarkerTapEvent constructor

MarkerTapEvent(
  1. int mapId,
  2. MarkerId markerId
)

Build a MarkerTap Event triggered from the map represented by mapId.

The value of this event is a MarkerId object that represents the tapped Marker.

Implementation

MarkerTapEvent(super.mapId, super.markerId);