REST Resource: photoSequence

  • This resource facilitates managing photo sequences in Street View, enabling creation, deletion, retrieval, and initiating uploads.

  • Photo sequences are extracted from video or XDM data to be published on Google Maps.

  • The resource utilizes the Operation interface for asynchronous operations and UploadRef for managing uploads.

  • There is no persistent data directly associated with this resource; it primarily manages the workflow.

Resource

There is no persistent data associated with this resource.

Methods

create

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.

delete

Deletes a PhotoSequence and its metadata.

get

Gets the metadata of the specified PhotoSequence via the Operation interface.

startUpload

Creates an upload session to start uploading photo sequence data.