summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorEric Wolfe <eric.r.wolfe@gmail.com>2017-03-20 17:00:53 -0700
committerGitHub <noreply@github.com>2017-03-20 17:00:53 -0700
commitf91072a6b035a3064f0b47b93c7af7a21d7bb796 (patch)
tree60595857a3d39b11373d2d3e7686aad7c6c2afe2 /platform
parent751fa3b8a234298ab98aafe8c7eee1affb859a6a (diff)
downloadqtlocation-mapboxgl-f91072a6b035a3064f0b47b93c7af7a21d7bb796.tar.gz
[ios][macos] Document that transitions using setStyleURL are not supported (#8475)
Diffstat (limited to 'platform')
-rw-r--r--platform/darwin/src/MGLStyle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/darwin/src/MGLStyle.h b/platform/darwin/src/MGLStyle.h
index 0dddec307b..bd17fdec44 100644
--- a/platform/darwin/src/MGLStyle.h
+++ b/platform/darwin/src/MGLStyle.h
@@ -194,8 +194,8 @@ MGL_EXPORT
@property (nonatomic, strong) NS_SET_OF(__kindof MGLSource *) *sources;
/**
- Values describing animated transitions to styling changes, either to the style URL
- or to individual properties.
+ Values describing animated transitions to changes on a style's individual
+ paint properties.
*/
@property (nonatomic) MGLTransition transition;