Awesome
Mapbox Maps SDK for Android
The Mapbox Maps SDK for Android is a public library for displaying interactive, thoroughly customizable maps in native Android. It takes map styles that conform to the Mapbox Style Specification, applies them to vector tiles that conform to the Mapbox Vector Tile Specification, and renders them using OpenGL.
Getting Started
This README is intended for developers who are interested in contributing to the Mapbox Maps SDK for Android. Please visit https://docs.mapbox.com/android/beta/maps/guides/ for general information and instructions on using the Maps SDK in your Android application.
Developing
If you are interested in contributing to the Maps SDK, please see the DEVELOPING.md file for information on setting up, running and building the SDK.
Migrating from previous versions
To ensure a smooth transition for developers upgrading from previous versions of the Mapbox SDK, we've prepared comprehensive migration guides. If you're upgrading from version 10 to 11, please refer to our v11 migration guide for detailed instructions. For those moving from version 9 to 10, the v10 migration guide is available to facilitate your upgrade process.
Reporting issues / Need help?
Report a bug :beetle:
Please use our bug template to report any issues.
Request a new feature or enhancement :green_apple:
Please use our feature template to request new features or enhancements.
Other questions
If you have any questions about how to use the SDK or if you need help with specific features, you can reach out to our support team via our website or connect with our developer community by joining our Discord channel. We kindly ask you to avoid using the issue tracker in this repository for questions and instead use our support channels.
Historical Note
This repository is a continuation of the Mapbox Maps SDK for Android available at mapbox/mapbox-gl-native-android.