https://github.com/mapbox/mapbox-maps-ios
Interactive, thoroughly customizable maps for iOS powered by vector tiles and Metal
https://github.com/mapbox/mapbox-maps-ios
ios map mapbox maps metal priority swift
Last synced: about 14 hours ago
JSON representation
Interactive, thoroughly customizable maps for iOS powered by vector tiles and Metal
- Host: GitHub
- URL: https://github.com/mapbox/mapbox-maps-ios
- Owner: mapbox
- License: other
- Created: 2021-01-18T17:05:41.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2026-02-09T16:29:58.000Z (2 days ago)
- Last Synced: 2026-02-09T20:28:23.745Z (2 days ago)
- Topics: ios, map, mapbox, maps, metal, priority, swift
- Language: Swift
- Homepage: https://www.mapbox.com/mapbox-mobile-sdk
- Size: 606 MB
- Stars: 581
- Watchers: 105
- Forks: 192
- Open Issues: 234
-
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-ios
[](https://cla-assistant.io/mapbox/mapbox-maps-ios)
The Mapbox Maps SDK for iOS is a public library for displaying interactive, thoroughly customizable maps in native iOS. 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 Metal.
## Getting Started
This README is intended for developers who are interested in contributing to the Mapbox Maps SDK for iOS. Please visit https://docs.mapbox.com/ios/maps/guides/ for general information and instructions on using the Maps SDK in your iOS application.
## Examples App
The Examples app shows how to use many of the features in the Maps SDK. See the [Examples project](https://github.com/mapbox/mapbox-maps-ios/tree/main/Examples.xcodeproj) for more information.
## Developing
If you are interested in contributing to the Maps SDK, please see the [DEVELOPING.md](https://github.com/mapbox/mapbox-maps-ios/tree/main/DEVELOPING.md) file for information on setting up, running and building the SDK.
## Reporting issues / Need help?
#### Report a bug :beetle:
Please use our [bug template](https://github.com/mapbox/mapbox-maps-ios/issues/new?labels=bug%20%3Abeetle%3A&template=bug.md) to report any issues with the Mapbox Maps SDK for iOS. We kindly ask you to avoid using the issue tracker in this repository for questions and instead use our support channels. See [other questions](#other-questions) below.
#### Request a new feature or enhancement :green_apple:
Please use our [feature template](https://github.com/mapbox/mapbox-maps-ios/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 Mapbox platform, Mapbox Maps SDK for iOS, 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).
## Historical Note
This repository is a continuation of the Mapbox Maps SDK for iOS available at [mapbox/mapbox-gl-native-ios](https://github.com/mapbox/mapbox-gl-native-ios).