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.0.2

  • Fixed an issue where fill extrusion layers would be incorrectly rendered above other layers. (#15065)
  • Fixed a map update bug caused by the render tiles and the render passes becoming unsynchronized. (#15092)
  • Fixed a custom geometry source bug caused by using the outdated tiles after style update. (#15112)

Recent changes

5.0.1

  • Fixed a bug in telemetry collection. (#15077)

5.0.0

This release contains a bug in telemetry collection and has been superseded by 5.0.1 — please update immediately.

This release improves how monthly active users are counted. By upgrading to this release, you are opting into the changes outlined in this blog post and #14421.

There are no breaking API changes in this release.

Styles and rendering

Other changes

See the full changelog for previous releases.