PhotoResource class

Constructors

PhotoResource(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(Photo request, {String? $fields}) Future<Photo>
After the client finishes uploading the photo with the returned UploadRef, CreatePhoto publishes the uploaded Photo to Street View on Google Maps.
delete(String photoId, {String? $fields}) Future<Empty>
Deletes a Photo and its metadata.
get(String photoId, {String? languageCode, String? view, String? $fields}) Future<Photo>
Gets the metadata of the specified Photo.
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 bytes.
toString() String
A string representation of this object.
inherited
update(Photo request, String id, {String? updateMask, String? $fields}) Future<Photo>
Updates the metadata of a Photo, such as pose, place association, connections, etc.

Operators

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