Photo class

Photo is used to store 360 photos along with photo metadata.

Constructors

Photo({String? captureTime, List<Connection>? connections, String? downloadUrl, String? mapsPublishStatus, PhotoId? photoId, List<Place>? places, Pose? pose, String? shareLink, String? thumbnailUrl, String? transferStatus, UploadRef? uploadReference, String? uploadTime, String? viewCount})
Photo.fromJson(Map json_)

Properties

captureTime String?
Absolute time when the photo was captured.
getter/setter pair
connections List<Connection>?
Connections to other photos.
getter/setter pair
downloadUrl String?
The download URL for the photo bytes.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mapsPublishStatus String?
Status in Google Maps, whether this photo was published or rejected.
getter/setter pair
photoId PhotoId?
Required when updating a photo.
getter/setter pair
places List<Place>?
Places where this photo belongs.
getter/setter pair
pose Pose?
Pose of the photo.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
The share link for the photo.
getter/setter pair
thumbnailUrl String?
The thumbnail URL for showing a preview of the given photo.
getter/setter pair
transferStatus String?
Status of rights transfer on this photo.
getter/setter pair
uploadReference UploadRef?
Input only.
getter/setter pair
uploadTime String?
Time when the image was uploaded.
getter/setter pair
viewCount String?
View count of the photo.
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