Enum PhotoResource.GetRequest.ViewEnum
Required. Specifies if a download URL for the photo bytes should be returned in the Photo response.
Namespace: Google.Apis.StreetViewPublish.v1
Assembly: Google.Apis.StreetViewPublish.v1.dll
Syntax
public enum PhotoResource.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. |