MapEventLongPress constructor

MapEventLongPress({
  1. required LatLng tapPosition,
  2. required MapEventSource source,
  3. required LatLng center,
  4. required double zoom,
})

Implementation

MapEventLongPress({
  required this.tapPosition,
  required MapEventSource source,
  required LatLng center,
  required double zoom,
}) : super(source: source, center: center, zoom: zoom);