MapLongPressEvent constructor

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

Implementation

MapLongPressEvent(int mapId, LatLng value) : super(mapId, value);