summaryrefslogtreecommitdiff
path: root/platform/ios
diff options
context:
space:
mode:
authorAsheem Mamoowala <asheem.mamoowala@mapbox.com>2017-08-22 11:41:37 -0700
committerAsheem Mamoowala <asheem.mamoowala@mapbox.com>2017-08-22 16:49:59 -0700
commitf2c9f2bf3695fc30579a40978ebda9d87e4b4bcd (patch)
tree8aeb21df5ad0ac6e6186863d5851f44b01186ae4 /platform/ios
parentbd15e273dce767458d335aeb1f50aa081390d593 (diff)
downloadqtlocation-mapboxgl-f2c9f2bf3695fc30579a40978ebda9d87e4b4bcd.tar.gz
[ios][macos][node][android] Updated documentation and Changelogs for #9821
Diffstat (limited to 'platform/ios')
-rw-r--r--platform/ios/CHANGELOG.md4
-rw-r--r--platform/ios/src/MGLMapView.h3
2 files changed, 6 insertions, 1 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 785b0ee78b..9d6259d313 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -10,6 +10,10 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* The previously-deprecated support for style classes has been removed. For interface compatibility, the API methods remain, but they are now non-functional.
* Added an `overlays` property to `MGLMapView`. ([#8617](https://github.com/mapbox/mapbox-gl-native/pull/8617))
+### Other changes
+
+* Increased the default maximum zoom level from 20 to 22. ([#9835](https://github.com/mapbox/mapbox-gl-native/pull/9835))
+
## 3.6.0
### Packaging
diff --git a/platform/ios/src/MGLMapView.h b/platform/ios/src/MGLMapView.h
index 7a1d200e44..64d2e53d21 100644
--- a/platform/ios/src/MGLMapView.h
+++ b/platform/ios/src/MGLMapView.h
@@ -597,7 +597,8 @@ MGL_EXPORT IB_DESIGNABLE
* If the value of this property is smaller than that of the
* minimumZoomLevel property, the behavior is undefined.
*
- * The default maximumZoomLevel is 20.
+ * The default maximumZoomLevel is 22. The upper bound for this property
+ * is 25.5.
*/
@property (nonatomic) double maximumZoomLevel;