- Android
- iOS
Android installation
Open Mobile Maps for Android is distributed via Maven Central, making it easy to add to your project.Requirements
- Android 8.0 (API level 26) or higher
- OpenGL ES 3.2 support
- Kotlin or Java project
Add Maven Central dependency
Ensure Maven Central is in your repositories
Make sure
mavenCentral() is listed in your project’s settings.gradle or root build.gradle:settings.gradle
Add the dependency
Add Open Mobile Maps to your app module’s
build.gradle:build.gradle
The latest stable version is 3.7.1. Check Maven Central for the most recent version.
Alternative: Local AAR dependency
If you prefer to use a local build or need to modify the SDK, you can include it as an AAR file:Build the AAR
Clone the repository and build the Android library:The generated AAR will be in
android/build/outputs/aar/.Initialize the library
Before using Open Mobile Maps, initialize it in yourApplication class:Application.kt
Verify installation
After installation, verify that everything is set up correctly by importing the SDK:Next steps
Now that you have Open Mobile Maps installed, you’re ready to create your first map.Quick start guide
Learn how to display your first map with a step-by-step tutorial