PhotoView
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
열거형 |
BASIC |
서버 응답에는 사진 바이트의 다운로드 URL이 포함되지 않습니다. 기본값입니다. |
INCLUDE_DOWNLOAD_URL |
서버 응답에는 사진 바이트의 다운로드 URL이 포함됩니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[[["\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. |"]]