Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

ios-v5.5.0

Compare
Choose a tag to compare
@MapboxCI MapboxCI released this 05 Nov 23:58
· 182 commits to master since this release
e495c12

Changes since Mapbox Maps SDK for iOS v5.4.0:

Performance improvements

  • Improved rendering performance for the styles with multiple sources (#15756)

Styles and rendering

  • Added an MGLShapeSourceOptionClusterProperties option that allows styling individual clusters based on aggregated feature data. (#15515)

Other changes

  • Added -[MGLMapSnapshotOverlay coordinateForPoint:] and -[MGLMapSnapshotOverlay pointForCoordinate:] to convert between context and map coordinates, mirroring those of MGLMapSnapshot. (#15746)
  • Suppress network requests for expired tiles update, if these tiles are invisible. (#15741)
  • Fixed an issue that cause the ornaments to ignore MGLMapView.contentInset property. (#15584)
  • Fixed an issue that cause -[MGLMapView setCamera:withDuration:animationTimingFunction:edgePadding:completionHandler:] persist the value of edgePadding. (#15584)
  • Added MGLMapView.automaticallyAdjustsContentInset property that indicates if wether the map view should automatically adjust its content insets. (#15584)
  • Fixed an issue that caused MGLScaleBar to have an incorrect size when resizing or rotating. (#15703)
  • Fixed crash at launch seen on iOS 9 simulator. (#15771)
  • Coalesce requests to the client for the same missing image (#15778)

Documentation is available online or as part of the download.