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 5.4.0-beta.1

Styles and rendering

User interaction

  • Fixed an issue that caused the tilt gesture to trigger too easily and conflict with pinch or pan gestures. (#15349)
  • Fixed an issue that caused the map to rotate too easily during a pinch gesture. (#15562)

Performance improvements

  • Improved offline region download performance by batching certain database activities. (#15521)
  • Newly loaded labels appear faster on the screen. (#15308)

Other changes

  • Fixed a potential integer overflow at high zoom levels. (#15560)
  • Fixed a bug with annotation view positions after camera transitions. (#15122)
  • Fixed constant repainting for the sources with invisible layers, caused by RenderSource::hasFadingTiles() returning true all the time. (#15600)

Recent changes

See the full changelog for previous releases.