Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mapbox/mapbox-maps-android
Interactive, thoroughly customizable maps in native Android powered by vector tiles and OpenGL.
https://github.com/mapbox/mapbox-maps-android
in-scope
Last synced: about 1 hour ago
JSON representation
Interactive, thoroughly customizable maps in native Android powered by vector tiles and OpenGL.
- Host: GitHub
- URL: https://github.com/mapbox/mapbox-maps-android
- Owner: mapbox
- License: other
- Created: 2021-01-17T10:30:08.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T13:12:48.000Z (8 months ago)
- Last Synced: 2024-05-22T13:38:43.239Z (8 months ago)
- Topics: in-scope
- Language: Kotlin
- Homepage: https://www.mapbox.com/mobile-maps-sdk
- Size: 94.1 MB
- Stars: 429
- Watchers: 106
- Forks: 126
- Open Issues: 210
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE-OF-CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## Mapbox Maps SDK for Android
[![CLA assistant](https://cla-assistant.io/readme/badge/mapbox/mapbox-maps-android)](https://cla-assistant.io/mapbox/mapbox-maps-android)
![](https://user-images.githubusercontent.com/4394910/66942701-7ed30100-effe-11e9-9948-14012d4c3289.png)
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](https://docs.mapbox.com/mapbox-gl-js/style-spec/), applies them to vector tiles that conform to the [Mapbox Vector Tile Specification](https://github.com/mapbox/vector-tile-spec), 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](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](https://docs.mapbox.com/android/maps/guides/migrate-to-v11/) for detailed instructions. For those moving from version 9 to 10, the [v10 migration guide](https://docs.mapbox.com/android/maps/guides/old-versions/migrate-to-v10/) is available to facilitate your upgrade process.## Reporting issues / Need help?
#### Report a bug :beetle:
Please use our [bug template](https://github.com/mapbox/mapbox-maps-android/issues/new?labels=bug%20%3Abeetle%3A&template=bug.md) to report any issues.#### Request a new feature or enhancement :green_apple:
Please use our [feature template](https://github.com/mapbox/mapbox-maps-android/issues/new?labels=feature%20%3Agreen_apple%3A&template=feature.md) 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](https://docs.mapbox.com/help/) or connect with our developer community by joining our [Discord channel](https://discord.gg/UshjQYyDFw). 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](https://github.com/mapbox/mapbox-gl-native-android).