Liking cljdoc? Tell your friends :D

happygapi.streetviewpublish.photos

Street View Publish API: photos. 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. See: https://developers.google.com/streetview/publish/api/reference/rest/v1/photos

Street View Publish API: photos.
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. 
See: https://developers.google.com/streetview/publish/api/reference/rest/v1/photos
raw docstring

batchDelete$clj

(batchDelete$ auth parameters body)

https://developers.google.com/streetview/publish/api/reference/rest/v1/photos/batchDelete

Required parameters: none

Optional parameters: none

Body:

{:photoIds [string]}

Deletes a list of Photos and their metadata. Note that if BatchDeletePhotos fails, either critical fields are missing or there is an authentication error. Even if BatchDeletePhotos succeeds, individual photos in the batch may have failures. These failures are specified in each PhotoResponse.status in BatchDeletePhotosResponse.results. See DeletePhoto for specific failures that can occur per photo.

https://developers.google.com/streetview/publish/api/reference/rest/v1/photos/batchDelete

Required parameters: none

Optional parameters: none

Body: 

{:photoIds [string]}

Deletes a list of Photos and their metadata. Note that if BatchDeletePhotos fails, either critical fields are missing or there is an authentication error. Even if BatchDeletePhotos succeeds, individual photos in the batch may have failures. These failures are specified in each PhotoResponse.status in BatchDeletePhotosResponse.results. See DeletePhoto for specific failures that can occur per photo.
sourceraw docstring

batchGet$clj

(batchGet$ auth parameters)

https://developers.google.com/streetview/publish/api/reference/rest/v1/photos/batchGet

Required parameters: none

Optional parameters: languageCode, view, photoIds

Gets the metadata of the specified Photo batch. Note that if BatchGetPhotos fails, either critical fields are missing or there is an authentication error. Even if BatchGetPhotos succeeds, individual photos in the batch may have failures. These failures are specified in each PhotoResponse.status in BatchGetPhotosResponse.results. See GetPhoto for specific failures that can occur per photo.

https://developers.google.com/streetview/publish/api/reference/rest/v1/photos/batchGet

Required parameters: none

Optional parameters: languageCode, view, photoIds

Gets the metadata of the specified Photo batch. Note that if BatchGetPhotos fails, either critical fields are missing or there is an authentication error. Even if BatchGetPhotos succeeds, individual photos in the batch may have failures. These failures are specified in each PhotoResponse.status in BatchGetPhotosResponse.results. See GetPhoto for specific failures that can occur per photo.
sourceraw docstring

batchUpdate$clj

(batchUpdate$ auth parameters body)

https://developers.google.com/streetview/publish/api/reference/rest/v1/photos/batchUpdate

Required parameters: none

Optional parameters: none

Body:

{:updatePhotoRequests [{:updateMask string, :photo Photo}]}

Updates the metadata of Photos, such as pose, place association, connections, etc. Changing the pixels of photos is not supported. Note that if BatchUpdatePhotos fails, either critical fields are missing or there is an authentication error. Even if BatchUpdatePhotos succeeds, individual photos in the batch may have failures. These failures are specified in each PhotoResponse.status in BatchUpdatePhotosResponse.results. See UpdatePhoto for specific failures that can occur per photo. Only the fields specified in updateMask field are used. If updateMask is not present, the update applies to all fields. The number of UpdatePhotoRequest messages in a BatchUpdatePhotosRequest must not exceed 20. Note: To update Pose.altitude, Pose.latLngPair has to be filled as well. Otherwise, the request will fail.

https://developers.google.com/streetview/publish/api/reference/rest/v1/photos/batchUpdate

Required parameters: none

Optional parameters: none

Body: 

{:updatePhotoRequests [{:updateMask string, :photo Photo}]}

Updates the metadata of Photos, such as pose, place association, connections, etc. Changing the pixels of photos is not supported. Note that if BatchUpdatePhotos fails, either critical fields are missing or there is an authentication error. Even if BatchUpdatePhotos succeeds, individual photos in the batch may have failures. These failures are specified in each PhotoResponse.status in BatchUpdatePhotosResponse.results. See UpdatePhoto for specific failures that can occur per photo. Only the fields specified in updateMask field are used. If `updateMask` is not present, the update applies to all fields. The number of UpdatePhotoRequest messages in a BatchUpdatePhotosRequest must not exceed 20. *Note:* To update Pose.altitude, Pose.latLngPair has to be filled as well. Otherwise, the request will fail.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/streetview/publish/api/reference/rest/v1/photos/list

Required parameters: none

Optional parameters: pageToken, languageCode, view, filter, pageSize

Lists all the Photos that belong to the user. Note: Recently created photos that are still being indexed are not returned in the response.

https://developers.google.com/streetview/publish/api/reference/rest/v1/photos/list

Required parameters: none

Optional parameters: pageToken, languageCode, view, filter, pageSize

Lists all the Photos that belong to the user. *Note:* Recently created photos that are still being indexed are not returned in the response.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close