InfoWindowTapEvent constructor

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

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

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

Implementation

InfoWindowTapEvent(super.mapId, super.markerId);