summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLMapView.h
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/src/MGLMapView.h
parentbd15e273dce767458d335aeb1f50aa081390d593 (diff)
downloadqtlocation-mapboxgl-f2c9f2bf3695fc30579a40978ebda9d87e4b4bcd.tar.gz
[ios][macos][node][android] Updated documentation and Changelogs for #9821
Diffstat (limited to 'platform/ios/src/MGLMapView.h')
-rw-r--r--platform/ios/src/MGLMapView.h3
1 files changed, 2 insertions, 1 deletions
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;