Android에서 Photo Sphere 지원
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
이 페이지에서는 Android에서 파노라마 사진 지원에 대해 간략히 설명합니다.
이 기능은 Photo Sphere 카메라가 있는 Android 4.2에서 최초로 소개되었습니다.
Photo Sphere를 보기 위한 API
포토스피어 사진을 대화형
Google Play 서비스는 이 기능을 지원합니다.
자세한 내용은 파노라마 패키지 참조를 확인하세요.
웹사이트를 참조하세요.
Photo Sphere MIME 유형
Android 4.2에서는 다음과 같은 새로운 공급업체별 MIME 유형을 도입했습니다.
일반 사진과 360도 Photo Sphere의 차이
가로 방향으로 돌립니다. 이러한 유형의 Photo Sphere 사진을 처리하려는 애플리케이션은
다음 MIME 유형에 대한 인텐트 필터를 등록합니다.
application/vnd.google.panorama360+jpg
갤러리 애플리케이션의 공유 메뉴는 360도 MIME 유형을 사용합니다.
Photo Sphere 사진이므로 이 MIME 유형에 대한 인텐트 필터가 있는 모든 애플리케이션이
Android 4.2를 실행하는 기기의 경우 이 메뉴에 추가됩니다.
예를 들어 Google 지도 애플리케이션은 이 MIME 유형을 사용하여 사용자가
모든 Google 지도 사용자가 볼 수 있도록 360도 파노라마 이미지를
업로드할 이미지에 위치정보 태그가 필요합니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[[["\u003cp\u003eAndroid 4.2 introduced Photo Sphere for creating and viewing panoramic images.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use the Google Play services Panorama package to display interactive photo spheres in their apps.\u003c/p\u003e\n"],["\u003cp\u003eA specific MIME type (\u003ccode\u003eapplication/vnd.google.panorama360+jpg\u003c/code\u003e) identifies 360° photo spheres for sharing and handling.\u003c/p\u003e\n"],["\u003cp\u003eApps can register an intent filter for this MIME type to appear in the Gallery app's Share menu and enable functionalities like uploading to Google Maps.\u003c/p\u003e\n"]]],["Android 4.2 introduced panoramic photography support, including the Photo Sphere camera. Google Play services offers an API for displaying interactive photo spheres. A unique MIME type, `application/vnd.google.panorama360+jpg`, distinguishes 360-degree photo spheres from regular photos. Apps can register an intent filter for this MIME type to handle photo spheres, appearing in the Gallery's Share menu. Google Maps utilizes this MIME type for user uploads of 360-degree panoramic images, requiring geotags.\n"],null,["# Photo Sphere Support on Android\n\nThis page provides an overview of support for panoramic photography in Android.\nThese features were first introduced in Android 4.2 with the Photo Sphere camera.\n\nAPI for viewing photo spheres\n-----------------------------\n\nFor Android applications that wish to display photo spheres in an interactive\nspherical viewer, Google Play services provides support for this functionality.\nSee the [Panorama package reference](/android/reference/com/google/android/gms/panorama/package-summary)\nwebsite for more information.\n\nPhoto sphere MIME type\n----------------------\n\nIn Android 4.2 we introduced a new vendor specific MIME type to provide\ndifferentiation between regular photos and photo spheres that are 360 degrees\nhorizontally. Applications that wish to handle photo spheres of this type should\nregister an intent filter for the following MIME type: \n\n application/vnd.google.panorama360+jpg\n\nThe Gallery application's Share menu uses this MIME type for 360 degree\nphoto spheres, so any application that has an intent-filter for this MIME type\nwill be added to this menu for devices running Android 4.2.\n\nFor example, the Google Maps application uses this MIME type to allow users to\nupload 360 degree panoramic images for all Google Maps users to see\n(a geotag is required in the image for upload)."]]