MapLongPressEvent constructor

MapLongPressEvent(
  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 long pressed.

Implementation

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