summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLRasterStyleLayer.h
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-08-18 02:23:40 -0700
committerMinh Nguyễn <mxn@1ec5.org>2016-08-19 14:20:27 -0700
commit938540b9192b55f2cc524db83fe7ff96504ac699 (patch)
tree8ca1cc0a96e137f58a97ce3bed977d4dd110977a /platform/darwin/src/MGLRasterStyleLayer.h
parente6ed9cd63876962efc7432f6ff34012fc0fe815b (diff)
downloadqtlocation-mapboxgl-938540b9192b55f2cc524db83fe7ff96504ac699.tar.gz
[ios, macos] Specify units
Replaced pixels with points in documentation.
Diffstat (limited to 'platform/darwin/src/MGLRasterStyleLayer.h')
-rw-r--r--platform/darwin/src/MGLRasterStyleLayer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/darwin/src/MGLRasterStyleLayer.h b/platform/darwin/src/MGLRasterStyleLayer.h
index 7304130384..082bd37b10 100644
--- a/platform/darwin/src/MGLRasterStyleLayer.h
+++ b/platform/darwin/src/MGLRasterStyleLayer.h
@@ -20,6 +20,8 @@ NS_ASSUME_NONNULL_BEGIN
/**
Rotates hues around the color wheel.
+ This property is measured in degrees.
+
The default value of this property is `0`. Set this property to `nil` to reset it to the default.
*/
@property (nonatomic, null_resettable) id <MGLStyleAttributeValue> rasterHueRotate;
@@ -55,6 +57,8 @@ NS_ASSUME_NONNULL_BEGIN
/**
Fade duration when a new tile is added.
+ This property is measured in milliseconds.
+
The default value of this property is `300`. Set this property to `nil` to reset it to the default.
*/
@property (nonatomic, null_resettable) id <MGLStyleAttributeValue> rasterFadeDuration;