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 4.5.0

Styles and rendering

  • Added support for 120 frames per second on capable devices. (#12979)
  • Added an MGLSymbolStyleLayer.symbolZOrder property for forcing point features in a symbol layer to be layered in the same order that they are specified in the layer’s associated source. (#12783)
  • Fixed a crash when a style layer *-pattern property evaluates to nil for a particular feature. (#12896)
  • Fixed an issue with view annotations (including the user location annotation) and the GL map lagging relative to each other. (#12895)
  • Fixed an issue where fill and line layers would occasionally flicker on zoom (#12982)

User location

Offline maps

Other changes

Recent changes

See the full changelog for previous releases.