DragNdropEvent constructor
DragNdropEvent({
- required double latitude,
- required double longitude,
- required PixelProjection projection,
- required Mappoint mappoint,
- required DragNdropEventType type,
Implementation
DragNdropEvent({required super.latitude, required super.longitude, required super.projection, required super.mappoint, required this.type});