Mapbox Maps SDK for iOS

The Mapbox Maps SDK for iOS is an open-source framework for embedding interactive map views with scalable, customizable vector maps into Cocoa Touch applications on iOS 9.0 and above using Objective-C, Swift, or Interface Builder. It takes stylesheets 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.

Mapbox Maps SDK for iOS screenshots

For setup information, check out the Mapbox Maps SDK for iOS homepage. For detailed usage instructions, read “First steps with the Mapbox Maps SDK for iOS” and consult the online examples.

If you have any questions, please see our help page. We welcome your bug reports, feature requests, and contributions.

Changes in version 6.4.1

  • Fixed watchdog termination caused by pausing file sources when entering the background. (#639)

Recent changes

6.4.0

This version does not support Apple Silicon Macs (arm64).

🐞 Bug fixes

  • Fixed an issue where the approximate location indicator could disappear at high zoom levels. (#531)
  • Fixed a CocoaPods warning when integrating this SDK and the Mapbox Navigation SDK for iOS into the same application. (#549)
  • Fixed an issue where offline packs were not invalidated before being deallocated, resulting in a crash. (#620)
  • Fixed a crash in -[NSOrthography mgl_dominantScriptForMapboxStreetsLanguage]. (#619)
  • Handle exceptions thrown at layout initialization (including those thrown from vector tile parsing). (#631)

Dependencies

  • Core library updated to 5.3.0. (#631)
  • Update mapbox-events-ios to 0.10.12. (#631)
  • Update the project’s build settings for Xcode 13. (#630)

See the full changelog for previous releases.