This sample Android application demonstrates how to use the Mappedin SDK for Android v6 with Jetpack Compose.
It wraps the Mappedin MapView inside an AndroidView composable to display an interactive indoor map.
- Android Studio Ladybug or later
- Android SDK 36
- JDK 21
- Open this project in Android Studio.
- Sync the Gradle project.
- Run the app on an emulator or device with API 24+.
The app uses Mappedin demo keys to load the Mappedin Demo Mall.
MappedinComposable.kt- Composable function that wrapsMapViewin anAndroidViewand loads the map using the v6 two-step pattern (getMapDatathenshow3dMap).MainActivity.kt- The entry point Activity that hosts the Compose UI.