Page Summary
-
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
Operationinterface for asynchronous operations andUploadReffor 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 |
|
|---|---|
|
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 PhotoSequence
and its metadata. |
|
Gets the metadata of the specified PhotoSequence
via the Operation
interface. |
|
Creates an upload session to start uploading photo sequence data. |


