Street View Publish API 개요
소개
이 문서는 사용자가 360도 사진을 Google 스트리트 뷰에 업로드하여 Google 지도에서 공개적으로 볼 수 있도록 하는 애플리케이션을 작성하려는 개발자를 위해 작성되었습니다.
시작하기 전에
-
Google API 콘솔에 액세스하고, API 키를 요청하고, 애플리케이션을 등록하려면 Google 계정이 필요합니다.
-
애플리케이션이 API 요청을 제출할 수 있도록 Google Developers Console에서 프로젝트를 만들고 승인 사용자 인증 정보를 가져옵니다.
-
프로젝트를 만든 후에 애플리케이션에서 사용하도록 등록된 서비스 중 하나가 Street View Publish API인지 확인하세요.
- API 콘솔로 이동하여 방금 등록한 프로젝트를 선택합니다.
- 사용 설정된 API 페이지를 방문합니다. Google Street View API가 사용 설정된 API 목록에 있는지 확인합니다. 그렇지 않은 경우 API 라이브러리를 열고 API를 사용 설정합니다.
-
애플리케이션이 사용자 인증을 필요로 하는 API 메소드를 사용하는 경우 인증 가이드를 참조하여 OAuth 2.0 인증 구현 방법에 대해 알아보세요.
-
JavaScript 객체 표기법(JSON) 데이터 형식의 핵심 개념을 숙지하세요. JSON은 사람이 읽을 수 있는 간단한 텍스트로 데이터를 표현하는(속성-값 쌍으로) 언어 독립적인 일반적인 개방형 표준입니다. 자세한 내용은 json.org를 참조하세요.
-
사진을 게시하려면 Photo Sphere XMP 메타데이터에 설명된 메타데이터가 필요합니다.
1분 경험: API 탐색기
코드를 작성하지 않고 API를 둘러보면서 기능을 살펴보려면 API 탐색기를 방문하세요.
바로 확인할 수 있습니다!
직접 사용해 보세요.
시작하고 실행하는 방법이 설명된 단계별 튜토리얼을 보려면 이 가이드의 안내를 따르세요.
참조
특정 리소스 유형이나 메소드를 찾아보려면 참조를 확인하세요.
클라이언트 라이브러리
사용 가능한 클라이언트 라이브러리를 확인하세요.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-11-04(UTC)
[null,null,["최종 업데이트: 2024-11-04(UTC)"],[[["This documentation guides developers on how to build applications enabling users to upload 360° photos to Google Street View for public viewing on Google Maps."],["Developers need a Google Account, a project in the Google Developers Console with the Street View Publish API enabled, and potentially OAuth 2.0 authorization for user-specific actions."],["Photos must contain specific metadata outlined in the Photo Sphere XMP Metadata documentation to be successfully published."],["The API can be explored without coding through the provided APIs Explorer for immediate experimentation."],["A step-by-step tutorial and comprehensive reference materials are available for developers to quickly get started and delve deeper into specific functionalities."]]],["Developers creating apps for uploading 360 photos to Google Street View must first create a Google Account and a project in the Google Developers Console to get authorization credentials. They need to enable the Street View Publish API in their project and, if needed, implement OAuth 2.0 for user authorization. Understanding JSON data format and adding Photo Sphere XMP Metadata to photos is crucial. Developers can experiment using the APIs Explorer or follow a tutorial guide.\n"]]