Street View Publish API
Service: streetviewpublish.googleapis.com
Publishes 360 photos to Google Maps, along with position, orientation, and connectivity metadata.
Discovery document
https://streetviewpublish.googleapis.com/$discovery/rest?version=v1
Service endpoint
https://streetviewpublish.googleapis.com
REST Resource: v1.photo
Methods | Description |
---|---|
create POST /v1/photo | Publishes the uploaded photo to Street View. |
delete DELETE /v1/photo/{photoId} | Deletes a photo and its metadata. |
get GET /v1/photo/{photoId} | Gets metadata of the specified photo. |
startUpload POST /v1/photo:startUpload | Creates an upload session for photo bytes. |
update PUT /v1/photo/{photoId} | Updates metadata such as pose or connections. |