Page Summary
-
Publishes 360° photos to Google Street View with location, direction, and connection details.
-
Enables app integration for user-generated Street View content positioning, linking, and uploading.
-
Provides methods to manage photo and photo sequence metadata, including creation, updating, retrieval, and deletion.
-
Offers batch operations for efficient handling of multiple photos and photo sequences.
-
Facilitates the upload process through dedicated upload sessions for both individual photos and photo sequences.
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 | |
|---|---|
|
Deletes a list of Photos
and their metadata. |
|
Gets the metadata of the specified Photo
batch. |
|
Updates the metadata of Photos
, such as pose, place association, connections, etc. |
|
After the client finishes uploading the photo with the returned UploadRef
, CreatePhoto
publishes the uploaded Photo
to Street View on Google Maps. |
|
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. |
|
Deletes a Photo
and its metadata. |
|
Deletes a PhotoSequence
and its metadata. |
|
Gets the metadata of the specified Photo
. |
|
Gets the metadata of the specified PhotoSequence
via the Operation
interface. |
|
Lists all the PhotoSequences
that belong to the user, in descending CreatePhotoSequence timestamp order. |
|
Lists all the Photos
that belong to the user. |
|
Creates an upload session to start uploading photo sequence data. |
|
Creates an upload session to start uploading photo bytes. |
|
Updates the metadata of a Photo
, such as pose, place association, connections, etc. |


