summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Kiley <jmkiley@users.noreply.github.com>2017-05-01 15:42:54 -0700
committerMinh Nguyễn <mxn@1ec5.org>2017-05-19 12:46:09 -0700
commit13dee80e2e90f06ee6cb2883dda16f7c4442aca5 (patch)
tree8ab852c5676d91bbe2dbb44077bf37b0ec2d4bc1
parent4d8625b13ca32dc8c9ca9484db663bf3aba52a6d (diff)
downloadqtlocation-mapboxgl-13dee80e2e90f06ee6cb2883dda16f7c4442aca5.tar.gz
[ios, macos] Updated `maximumZoomLevel` description, cherry-picked #8818 (#8842)
Cherry-picked from a3e4e67ea68c455178d5c5ef3d864972fcf41147.
-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;