InfoWindowClickEvent constructor

const InfoWindowClickEvent(
  1. int mapId,
  2. MarkerId markerId
)

Implementation

const InfoWindowClickEvent(
  int mapId,
  MarkerId markerId,
) : super(mapId, markerId);