コードサンプルの概要
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
GitHub の Maps 3D SDK for Android リポジトリには、SDK の機能を理解し、開発を始めるのに役立つサンプルアプリが用意されています。リポジトリは 2 つのモジュールで構成されています。
Maps3DSamples/ApiDemos:
このモジュールでは、Kotlin と Android ビューを使用して基本的な API 機能を紹介します。地図のインスタンス化、カメラの操作、さまざまな地図オブジェクトの追加などの基本コンセプトを理解するのに最適な出発点です。
Maps3DSamples/advanced:
Jetpack Compose を使用するデベロッパー向けに、Maps 3D SDK for Android を宣言型 UI に統合する方法を示すサンプルです。ヘルパークラスを使用して、SDK のビューベースのアーキテクチャと Compose を橋渡しし、3D 地図で UI を構築するよりモダンなアプローチを提供します。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は 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."]]