summaryrefslogtreecommitdiff
path: root/platform/darwin
diff options
context:
space:
mode:
authorJordan Kiley <jmkiley@users.noreply.github.com>2017-05-01 15:42:54 -0700
committerGitHub <noreply@github.com>2017-05-01 15:42:54 -0700
commita3e4e67ea68c455178d5c5ef3d864972fcf41147 (patch)
tree90d5e024feb39e0cfc7169ba5a97efeae98c2006 /platform/darwin
parented2ccda0e911b3305bb0f587c00c01bad3bd31d2 (diff)
downloadqtlocation-mapboxgl-a3e4e67ea68c455178d5c5ef3d864972fcf41147.tar.gz
[ios, macos] Updated `maximumZoomLevel` description, cherry-picked #8818 (#8842)
Diffstat (limited to 'platform/darwin')
-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 f81643edd7..ac9b739c74 100644
--- a/platform/darwin/src/MGLStyleLayer.h
+++ b/platform/darwin/src/MGLStyleLayer.h
@@ -63,12 +63,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;