summaryrefslogtreecommitdiff
path: root/platform/darwin/src
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2017-05-18 18:04:07 -0700
committerMinh Nguyễn <mxn@1ec5.org>2017-05-18 18:04:07 -0700
commit281d3d4f8cf10910e04131c8020fff0f2e359aa9 (patch)
treefba85ca12262a00078d87859621c6c41cb2f0a0d /platform/darwin/src
parent8c75001443d5b91059f90aadbec126e47f6fc64b (diff)
parentdb7bb509e95d737199efa73a47bdcc973966ed97 (diff)
downloadqtlocation-mapboxgl-281d3d4f8cf10910e04131c8020fff0f2e359aa9.tar.gz
Merge branch 'release-ios-v3.5.0-android-v5.0.0' into 1ec5-release-ios-v3.5.4
Diffstat (limited to 'platform/darwin/src')
-rw-r--r--platform/darwin/src/MGLStyleLayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/darwin/src/MGLStyleLayer.h b/platform/darwin/src/MGLStyleLayer.h
index d68aee29bc..7d181667d6 100644
--- a/platform/darwin/src/MGLStyleLayer.h
+++ b/platform/darwin/src/MGLStyleLayer.h
@@ -45,12 +45,12 @@ MGL_EXPORT
@property (nonatomic, assign, getter=isVisible) BOOL visible;
/**
- The maximum zoom level at which the layer gets parsed and appears.
+ The maximum zoom level at which the layer gets parsed and appears. This value is a floating-point number.
*/
@property (nonatomic, assign) float maximumZoomLevel;
/**
- The minimum zoom level at which the layer gets parsed and appears.
+ The minimum zoom level at which the layer gets parsed and appears. This value is a floating-point number.
*/
@property (nonatomic, assign) float minimumZoomLevel;