summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLBackgroundStyleLayer.h
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2018-01-24 00:28:06 -0800
committerMinh Nguyễn <mxn@1ec5.org>2018-01-26 10:42:23 -0800
commit65bab30384577c9aac88fb7b34f8877a95d86704 (patch)
treeef548dc35d30437ec3f9031f2f876c1d40e66f4d /platform/darwin/src/MGLBackgroundStyleLayer.h
parentb38618b450a8153d0b93f9a44b78039181f6c3f9 (diff)
downloadqtlocation-mapboxgl-65bab30384577c9aac88fb7b34f8877a95d86704.tar.gz
[ios, macos] Documented ranges of style properties
Diffstat (limited to 'platform/darwin/src/MGLBackgroundStyleLayer.h')
-rw-r--r--platform/darwin/src/MGLBackgroundStyleLayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/darwin/src/MGLBackgroundStyleLayer.h b/platform/darwin/src/MGLBackgroundStyleLayer.h
index 9d2673c859..4bb8a36e04 100644
--- a/platform/darwin/src/MGLBackgroundStyleLayer.h
+++ b/platform/darwin/src/MGLBackgroundStyleLayer.h
@@ -71,11 +71,11 @@ which it is added.
The opacity at which the background will be drawn.
The default value of this property is an expression that evaluates to the float
- `1`. Set this property to `nil` to reset it to the default value.
+ 1. Set this property to `nil` to reset it to the default value.
You can set this property to an expression containing any of the following:
- * Constant numeric values
+ * Constant numeric values between 0 and 1 inclusive
* Predefined functions, including mathematical and string operators
* Conditional expressions
* Variable assignments and references to assigned variables