MapTapEvent constructor

MapTapEvent(
  1. int mapId,
  2. LatLng position
)

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

The position of this event is the LatLng where the Map was tapped.

Implementation

MapTapEvent(int mapId, LatLng position) : super(mapId, position, null);