Skip to content

Latest commit

 

History

History

android

MapLibre GL Native for Android

GitHub Action build status GitHub Action build status

MapLibre GL Native for Android is a library for embedding interactive map views with scalable, customizable vector maps onto Android devices.

Getting Started

  1. Add bintray Maven repositories to your build.gradle at project level so that you can access MapLibre packages for Android:

        allprojects {
            repositories {
                ...
                mavenCentral()                
            }
        }
  2. Add the library as a dependency into your module build.gradle

        dependencies {
            ...
            implementation 'org.maplibre.gl:android-sdk:<version>'
            ...
        }
  3. Sync Gradle and rebuild your app.

Documentation

Visit https://maplibre.org/maplibre-gl-native/android/api/ to view the current API reference Javadoc files for MapLibre GL Native for Android.

Contributing

See DEVELOPING.md for instructions on how to get started working on the codebase.