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: view, languageCode, 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: view, languageCode, 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 [{:photo Photo, :updateMask string}]}

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.

<aside class="note"><b>Note:</b> To update Pose.altitude, Pose.latLngPair has to be filled as well. Otherwise, the request will fail.</aside>

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

Required parameters: none

Optional parameters: none

Body: 

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

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.

<aside class="note"><b>Note:</b> To update
Pose.altitude,
Pose.latLngPair has to be
filled as well. Otherwise, the request will fail.</aside>
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, pageSize, view, filter, languageCode

Lists all the Photos that belong to the user.

<aside class="note"><b>Note:</b> Recently created photos that are still being indexed are not returned in the response.</aside>

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

Required parameters: none

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

Lists all the Photos that belong to
the user.

<aside class="note"><b>Note:</b> Recently created photos that are still
being indexed are not returned in the response.</aside>
sourceraw docstring

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

× close