MapLongPressEvent constructor

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

Implementation

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