summaryrefslogtreecommitdiff
path: root/platform/macos
diff options
context:
space:
mode:
authorAsheem Mamoowala <asheem.mamoowala@mapbox.com>2017-08-02 15:37:31 -0700
committerAsheem Mamoowala <asheem.mamoowala@mapbox.com>2017-08-21 15:01:36 -0700
commitd21f19686bad074e8ae4ef103e10191665feaaed (patch)
treed635afa5a737a3466d2bef3a955d46f16ad5a8bc /platform/macos
parent374424610e5f591ce59ab94f50f4ee6cd3225e02 (diff)
downloadqtlocation-mapboxgl-d21f19686bad074e8ae4ef103e10191665feaaed.tar.gz
Set Default MaxZoom to 22
Diffstat (limited to 'platform/macos')
-rw-r--r--platform/macos/src/MGLMapView.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/macos/src/MGLMapView.h b/platform/macos/src/MGLMapView.h
index 6bfdcfd100..2fa32ae1e4 100644
--- a/platform/macos/src/MGLMapView.h
+++ b/platform/macos/src/MGLMapView.h
@@ -247,7 +247,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 value of this property is 20.
+ The default value of this property is 22. The upper bound for this property
+ is 25.5.
*/
@property (nonatomic) double maximumZoomLevel;