Street View Publish API

Publishes 360 photos to Google Maps, along with position, orientation, and connectivity metadata. Apps can offer an interface for positioning, connecting, and uploading user-generated Street View images.

Service: streetviewpublish.googleapis.com

The Service name streetviewpublish.googleapis.com is needed to create RPC client stubs.

google.streetview.publish.v1.StreetViewPublishService

Methods
BatchDeletePhotos Deletes a list of Photos and their metadata.
BatchGetPhotos Gets the metadata of the specified Photo batch.
BatchUpdatePhotos Updates the metadata of Photos, such as pose, place association, connections, etc.
CreatePhoto After the client finishes uploading the photo with the returned UploadRef, CreatePhoto publishes the uploaded Photo to Street View on Google Maps.
CreatePhotoSequence 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.
DeletePhoto Deletes a Photo and its metadata.
DeletePhotoSequence Deletes a PhotoSequence and its metadata.
GetPhoto Gets the metadata of the specified Photo.
GetPhotoSequence Gets the metadata of the specified PhotoSequence via the Operation interface.
ListPhotoSequences Lists all the PhotoSequences that belong to the user, in descending CreatePhotoSequence timestamp order.
ListPhotos Lists all the Photos that belong to the user.
StartPhotoSequenceUpload Creates an upload session to start uploading photo sequence data.
StartUpload Creates an upload session to start uploading photo bytes.
UpdatePhoto Updates the metadata of a Photo, such as pose, place association, connections, etc.