코드 샘플 개요
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
GitHub의 Android용 지도 3D SDK 저장소에는 시작하고 SDK의 기능을 살펴볼 수 있는 샘플 앱 모음이 제공됩니다. 저장소는 다음 두 모듈로 구성됩니다.
Maps3DSamples/ApiDemos: 이 모듈은 Kotlin 및 Android 뷰를 사용하여 기본 API 기능을 보여줍니다. 지도 인스턴스화, 카메라 조작, 다양한 지도 객체 추가와 같은 핵심 개념을 이해하는 데 유용합니다.
Maps3DSamples/advanced: Jetpack Compose를 사용하는 개발자를 위해 이 샘플에서는 Android용 지도 3D SDK를 선언적 UI에 통합하는 방법을 보여줍니다. 헬퍼 클래스를 활용하여 SDK의 뷰 기반 아키텍처를 Compose와 연결하므로 3D 지도로 UI를 빌드하는 최신 방식을 제공합니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-08-31(UTC)
[null,null,["최종 업데이트: 2025-08-31(UTC)"],[],[],null,["# Code samples overview\n\nThe [Maps 3D SDK for Android repository on\nGitHub](https://github.com/googlemaps-samples/android-maps3d-samples)\nprovides a collection of sample apps to help you get started and explore the\ncapabilities of the SDK. The repository is organized into two modules:\n\n- [Maps3DSamples/ApiDemos](https://github.com/googlemaps-samples/android-maps3d-samples/tree/main/Maps3DSamples/ApiDemos):\n This module showcases the fundamental API features using Kotlin and Android\n Views. It's a great starting point to understand core concepts like map\n instantiation, camera manipulation, and adding various map objects.\n\n- [Maps3DSamples/advanced](https://github.com/googlemaps-samples/android-maps3d-samples/tree/main/Maps3DSamples/advanced):\n For developers using Jetpack Compose, this sample demonstrates how to\n integrate the Maps 3D SDK for Android into a declarative UI. It utilizes helper\n classes to bridge the SDK's View-based architecture with Compose, offering a\n more modern approach to building UIs with 3D maps."]]