This commit is contained in:
2025-02-21 08:20:41 +01:00
parent 1be6b0681f
commit ff9636b75b
330 changed files with 0 additions and 36926 deletions
@@ -1,22 +0,0 @@
class PointWithDescription {
final int Id;
final DateTime dateTime;
final String description;
final double eovX;
final double eovY;
final double latitude;
final double longitude;
final double horizontalError;
final double verticalError;
PointWithDescription(
this.Id,
this.dateTime,
this.description,
this.eovX,
this.eovY,
this.latitude,
this.longitude,
this.horizontalError,
this.verticalError);
}