PhotoView
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
枚举 |
BASIC |
服务器响应不包含照片字节的下载网址。默认值。 |
INCLUDE_DOWNLOAD_URL |
服务器响应会包含照片字节的下载网址。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\u003cp\u003ePhoto response can be customized to include or exclude the download URL for the photo bytes.\u003c/p\u003e\n"],["\u003cp\u003eBy default, the server response will not include the download URL (\u003ccode\u003eBASIC\u003c/code\u003e view).\u003c/p\u003e\n"],["\u003cp\u003eUsing \u003ccode\u003eINCLUDE_DOWNLOAD_URL\u003c/code\u003e enum will explicitly include the download URL in the server response.\u003c/p\u003e\n"]]],["The content defines options for the response view of a `Photo` object. `BASIC`, the default, omits the photo's download URL. `INCLUDE_DOWNLOAD_URL` includes the download URL in the server response. This controls whether the server provides the direct link to retrieve the photo's data when responding to a request about the `Photo`.\n"],null,["# PhotoView\n\nSpecifies which view of the [Photo](/streetview/publish/reference/rest/v1/photo#Photo) to include in the response.\n\n| Enums ||\n|------------------------|------------------------------------------------------------------------------------------|\n| `BASIC` | Server responses do not include the download URL for the photo bytes. The default value. |\n| `INCLUDE_DOWNLOAD_URL` | Server responses include the download URL for the photo bytes. |"]]