MapLongPressEvent constructor
Build an MapTap Event triggered from the map represented by mapId
.
The position
of this event is the LatLng where the Map was long pressed.
Implementation
MapLongPressEvent(int mapId, LatLng position) : super(mapId, position, null);