Skip to content

Mapbox Maps: v10.0.0-beta.14

Choose a tag to compare

@sdk-release-bot sdk-release-bot released this 25 Feb 16:10
· 2154 commits to main since this release

Dependency requirements:

  • Compatible version of MapboxCoreMaps: 10.0.0-beta.15
  • Compatible version of MapboxCommon: 10.0.0-beta.11
  • Compatible version of Xcode: 12.2
  • Compatible version of MacOS: Big Sur

Breaking changes ⚠️

  • Updates Turf to v2.0.0-alpha.3 (#133)

Features ✨ and improvements 🏁

  • MapboxMaps now supports Apple Silicon. M1 Macs can now be used as development machines. (#48)
  • MapboxMaps is now built from source when consumed via Swift Package Manager or Cocoapods. (#125, #118)
  • Added SwiftUI example. (#78)
  • Allow a developer to synchronously update a layer with one API call -- no longer have to retrieve and re-add a layer. (#85)
  • MapboxMaps can now be built and tested using Swift Package Manager (#125)

Bug fixes 🐞

  • Prevent pitch and zoom from exceeding limits. Also updates default maximum pitch to 85 degrees. (#103)
  • Fixed an issue where quick zoom did not work at higher zoom levels. Also made the duration argument of the setCamera methods non-optional with default of 0. (#109)
  • GestureManager.delegate is now weak (#134)
  • Using heuristic to provide pan drift when the map is pitched (#120)

Direct download

Link to download binaries (append your own Mapbox access token scoped with DOWNLOADS:READ):

Dynamic:

https://api.mapbox.com/downloads/v2/mobile-maps-ios/releases/ios/10.0.0-beta.14/MapboxMaps-dynamic.zip?access_token=<access-token>

Static:

https://api.mapbox.com/downloads/v2/mobile-maps-ios/releases/ios/packages/10.0.0-beta.14/MapboxMaps-static.zip?access_token=<access-token>