NoOverlapGpsFailureDetails class
Details related to PhotoSequenceProcessingFailureReason#NO_OVERLAP_GPS.
Constructors
- NoOverlapGpsFailureDetails({String? gpsEndTime, String? gpsStartTime, String? videoEndTime, String? videoStartTime})
- NoOverlapGpsFailureDetails.fromJson(Map json_)
Properties
- gpsEndTime ↔ String?
-
Time of last recorded GPS point.
getter/setter pair
- gpsStartTime ↔ String?
-
Time of first recorded GPS point.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- videoEndTime ↔ String?
-
End time of video.
getter/setter pair
- videoStartTime ↔ String?
-
Start time of video.
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