Enum PhotoSequenceResource.GetRequest.ViewEnum
Specifies if a download URL for the photo sequence should be returned in download_url of individual
photos in the PhotoSequence response. > Note: Currently not implemented.
Namespace: Google.Apis.StreetViewPublish.v1
Assembly: Google.Apis.StreetViewPublish.v1.dll
Syntax
public enum PhotoSequenceResource.GetRequest.ViewEnum
Fields
| Name | Description |
|---|---|
| BASIC | Server responses do not include the download URL for the photo bytes. The default value. |
| INCLUDEDOWNLOADURL | Server responses include the download URL for the photo bytes. |