GpsMetadata constructor

GpsMetadata(
  1. String? gpsVersionID,
  2. String? gpsLatitudeRef,
  3. double? gpsLatitude,
  4. String? gpsLongitudeRef,
  5. double? gpsLongitude,
  6. String? gpsAltitudeRef,
  7. double? gpsAltitude,
  8. String? gpsTimeStamp,
  9. String? gpsSatellites,
  10. String? gpsStatus,
  11. String? gpsMeasureMode,
  12. double? gpsDOP,
  13. String? gpsSpeedRef,
  14. double? gpsSpeed,
  15. String? gpsTrackRef,
  16. double? gpsTrack,
  17. String? gpsImgDirectionRef,
  18. String? gpsImgDirection,
  19. String? gpsMapDatum,
  20. String? gpsDestLatitudeRef,
  21. double? gpsDestLatitude,
  22. String? gpsDestLongitudeRef,
  23. double? gpsDestLongitude,
  24. String? gpsDestBearingRef,
  25. double? gpsDestBearing,
  26. String? gpsDestDistanceRef,
  27. double? gpsDestDistance,
  28. String? gpsProcessingMethod,
  29. String? gpsAreaInformation,
  30. String? gpsDateStamp,
  31. int? gpsDifferential,
  32. double? gpsHPositioningError,
  33. String? interoperabilityIndex,
)

Implementation

GpsMetadata(
  this.gpsVersionID,
  this.gpsLatitudeRef,
  this.gpsLatitude,
  this.gpsLongitudeRef,
  this.gpsLongitude,
  this.gpsAltitudeRef,
  this.gpsAltitude,
  this.gpsTimeStamp,
  this.gpsSatellites,
  this.gpsStatus,
  this.gpsMeasureMode,
  this.gpsDOP,
  this.gpsSpeedRef,
  this.gpsSpeed,
  this.gpsTrackRef,
  this.gpsTrack,
  this.gpsImgDirectionRef,
  this.gpsImgDirection,
  this.gpsMapDatum,
  this.gpsDestLatitudeRef,
  this.gpsDestLatitude,
  this.gpsDestLongitudeRef,
  this.gpsDestLongitude,
  this.gpsDestBearingRef,
  this.gpsDestBearing,
  this.gpsDestDistanceRef,
  this.gpsDestDistance,
  this.gpsProcessingMethod,
  this.gpsAreaInformation,
  this.gpsDateStamp,
  this.gpsDifferential,
  this.gpsHPositioningError,
  this.interoperabilityIndex,
);