PhotoSequence constructor

PhotoSequence({
  1. String? captureTimeOverride,
  2. double? distanceMeters,
  3. ProcessingFailureDetails? failureDetails,
  4. String? failureReason,
  5. String? filename,
  6. String? gpsSource,
  7. String? id,
  8. Imu? imu,
  9. List<Photo>? photos,
  10. String? processingState,
  11. List<Pose>? rawGpsTimeline,
  12. LatLngBounds? sequenceBounds,
  13. UploadRef? uploadReference,
  14. String? uploadTime,
  15. String? viewCount,
})

Implementation

PhotoSequence({
  this.captureTimeOverride,
  this.distanceMeters,
  this.failureDetails,
  this.failureReason,
  this.filename,
  this.gpsSource,
  this.id,
  this.imu,
  this.photos,
  this.processingState,
  this.rawGpsTimeline,
  this.sequenceBounds,
  this.uploadReference,
  this.uploadTime,
  this.viewCount,
});