diff options
author | Ansis Brammanis <brammanis@gmail.com> | 2016-01-27 11:34:12 -0800 |
---|---|---|
committer | Ansis Brammanis <brammanis@gmail.com> | 2016-01-28 15:10:26 -0800 |
commit | 371a210be877e21ad6564f739d1c5f3ef7f3c532 (patch) | |
tree | 131dc1a0e74f21ffc4fa7478c5a38aa33d571fc3 /CHANGELOG.md | |
parent | ca0099b6a439a140316a09d8d44aaa2803f3de35 (diff) | |
download | qtlocation-mapboxgl-371a210be877e21ad6564f739d1c5f3ef7f3c532.tar.gz |
[ios] getters, setters for minZoom, maxZoom
adds:
minimumZoomLevel
setMinimumZoomLevel
maximumZoomLevel
setMaximumZoomLevel
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 45eedeb6f5..822028f4c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -75,6 +75,8 @@ Known issues: - Fixed crash caused by MGLAnnotationImage with non-integer width or height ([#2198](https://github.com/mapbox/mapbox-gl-native/issues/2198)) - Fixed “include of non-modular header” errors in Swift projects managed by CocoaPods. ([#3679](https://github.com/mapbox/mapbox-gl-native/pull/3679)) - Avoids triggering the blue background location status bar when user has granted "when in use" permission. ([#3671](https://github.com/mapbox/mapbox-gl-native/issues/3671)) +- Added new methods to MGLMapView for getting and setting the minimum and maximum zoom levels: `minimumZoomLevel`, `setMinimumZoomLevel`, `maximumZoomLevel`, `setMaximumZoomLevel`. ([#509](https://github.com/mapbox/mapbox-gl-native/issues/509)) +- The default `maximumZoomLevel` changed from 18 to 20. ## iOS 3.0.1 |