PhotoSequenceResource class

Constructors

PhotoSequenceResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(PhotoSequence request, {String? inputType, String? $fields}) Future<Operation>
After the client finishes uploading the PhotoSequence with the returned UploadRef, CreatePhotoSequence extracts a sequence of 360 photos from a video or Extensible Device Metadata (XDM, http://www.xdm.org/) to be published to Street View on Google Maps.
delete(String sequenceId, {String? $fields}) Future<Empty>
Deletes a PhotoSequence and its metadata.
get(String sequenceId, {String? filter, String? view, String? $fields}) Future<Operation>
Gets the metadata of the specified PhotoSequence via the Operation interface.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startUpload(Empty request, {String? $fields}) Future<UploadRef>
Creates an upload session to start uploading photo sequence data.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited