PhotoSequence class
A sequence of 360 photos along with metadata.
Constructors
-
PhotoSequence({String? captureTimeOverride, double? distanceMeters, ProcessingFailureDetails? failureDetails, String? failureReason, String? filename, String? gpsSource, String? id, Imu? imu, List<
Photo> ? photos, String? processingState, List<Pose> ? rawGpsTimeline, LatLngBounds? sequenceBounds, UploadRef? uploadReference, String? uploadTime, String? viewCount}) - PhotoSequence.fromJson(Map json_)
Properties
- captureTimeOverride ↔ String?
-
Absolute time when the photo sequence starts to be captured.
getter/setter pair
- distanceMeters ↔ double?
-
The computed distance of the photo sequence in meters.
getter/setter pair
- failureDetails ↔ ProcessingFailureDetails?
-
If this sequence has
failure_reason
set, this may contain additional details about the failure.getter/setter pair - failureReason ↔ String?
-
If this sequence has processing_state = FAILED, this will contain the
reason why it failed.
getter/setter pair
- filename ↔ String?
-
The filename of the upload.
getter/setter pair
- gpsSource ↔ String?
-
Input only.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
Unique identifier for the photo sequence.
getter/setter pair
- imu ↔ Imu?
-
Input only.
getter/setter pair
-
photos
↔ List<
Photo> ? -
Photos with increasing timestamps.
getter/setter pair
- processingState ↔ String?
-
The processing state of this sequence.
getter/setter pair
-
rawGpsTimeline
↔ List<
Pose> ? -
Input only.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sequenceBounds ↔ LatLngBounds?
-
A rectangular box that encapsulates every image in this photo sequence.
getter/setter pair
- uploadReference ↔ UploadRef?
-
Input only.
getter/setter pair
- uploadTime ↔ String?
-
The time this photo sequence was created in uSV Store service.
getter/setter pair
- viewCount ↔ String?
-
The total number of views that all the published images in this
PhotoSequence have received.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited