MapLongPressEvent constructor
MapLongPressEvent(
- int mapId,
- LatLng value
Implementation
MapLongPressEvent(int mapId, LatLng value) : super(mapId, value);
MapLongPressEvent(int mapId, LatLng value) : super(mapId, value);