Code samples overview

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.