This plugin is currently unmaintained.
To use the localization plugin, you include it in your build.gradle file.
In the root build.gradle file:
repositories {
mavenCentral()
}
Add the latest version as a dependency to your project.
In the app-level build.gradle file:
dependencies {
implementation 'org.maplibre.gl:android-plugin-localization:4.0.0'
}dependencies {
implementation("org.maplibre.gl:android-plugin-localization:4.0.0")
}This repository includes an app that shows how to use each plugins in this repository. Check out its code for ready-to-use snippets.
We'd love to hear your feedback as we build more plugins and learn how you use them.
Splitting specific functionality into plugins makes our Map SDK lighter and nimble for you to use, and it also lets us iterate faster. We can release plugins more often than the SDK, which requires a slower pace due to its larger codebase.
The MapLibre Android team creates plugins but this plugins repository is an open-source project similar to the various MapLibre SDKs for Android. Plugins' lightweight nature makes them much easier for you and anyone else to contribute rather than trying to add the same feature to the more robust Map SDK. The MapLibre team can also more easily accept contributed plugins and keep the plugin list growing.
We welcome contributions to this plugin repository!
If you're interested in building and sharing your own plugin, please read the contribution guide to learn how to get started.