Code samples overview
Stay organized with collections
Save and categorize content based on your preferences.
The Maps 3D SDK for Android repository on
GitHub
provides a collection of sample apps to help you get started and explore the
capabilities of the SDK. The repository is organized into two modules:
Maps3DSamples/ApiDemos:
This module showcases the fundamental API features using Kotlin and Android
Views. It's a great starting point to understand core concepts like map
instantiation, camera manipulation, and adding various map objects.
Maps3DSamples/advanced:
For developers using Jetpack Compose, this sample demonstrates how to
integrate the Maps 3D SDK for Android into a declarative UI. It utilizes helper
classes to bridge the SDK's View-based architecture with Compose, offering a
more modern approach to building UIs with 3D maps.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-28 UTC.
[null,null,["Last updated 2025-08-28 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."]]