A native Android sample application demonstrating how to integrate the Mapsted Mobile SDK (indoor positioning, mapping, wayfinding, and location-based services) into an Android app. Built against the current Mapsted SDK 26.7.1 release.
A sample Mapsted licence file is included, providing access to the Square One Shopping Centre
(propertyId 504) so you can run the app out of the box.
| Minimum | |
|---|---|
Android minSdkVersion |
26 |
| Android Studio | Ladybug (2024.2)+ |
| JDK | 17 |
The Mapsted Android artifacts (com.mapsted:android-sdk-core, android-sdk-map, android-sdk-ui
26.7.1) are resolved from the Mapsted Maven repository
https://mapstedhq.github.io/mapsted-android-maven (already configured in the sample's Gradle files).
- Clone this repository:
git clone https://github.com/MapstedHQ/MapstedSampleAndroid.git
- Open one of the sample projects (for example
Sample_Kotlin_Compose) in Android Studio. - Ensure the Mapsted licence file (
demo_android_licence.key) is present in the app'ssrc/main/assetsfolder. The included sample licence covers Square One (propertyId504); use your own licence key for your own properties. - Let Gradle sync, then build and run on a device or emulator (API 26+).
Full integration guides, API references, and getting-started tutorials are available at developer.mapsted.com/mobile-sdk.
This sample and the Mapsted Mobile SDK are distributed under the Mapsted proprietary licence — see
LICENSE. All rights reserved.