summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Kiley <jmkiley@users.noreply.github.com>2017-05-15 11:27:10 -0700
committerGitHub <noreply@github.com>2017-05-15 11:27:10 -0700
commitc7acb5516b7575feb20f20d6f6cfaabede97c948 (patch)
treea0aed7c0b502d3ddf6d9b9f83a087df276126bbd
parent627455c7cc6938e8a05508824450e34dfa75c15e (diff)
downloadqtlocation-mapboxgl-c7acb5516b7575feb20f20d6f6cfaabede97c948.tar.gz
[ios, macos] edited identity interpolation mode documentation (#8657)
-rw-r--r--platform/darwin/src/MGLStyleValue.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/darwin/src/MGLStyleValue.h b/platform/darwin/src/MGLStyleValue.h
index 70074c8a13..2bb3aca4f4 100644
--- a/platform/darwin/src/MGLStyleValue.h
+++ b/platform/darwin/src/MGLStyleValue.h
@@ -75,9 +75,9 @@ typedef NS_ENUM(NSUInteger, MGLInterpolationMode) {
*/
MGLInterpolationModeCategorical,
/**
- Values between two stops are not interpolated. Instead, values are set to their
- input value. Use identity interpolation mode to show attribute values that can be
- used as style values.
+ Values between two stops are not interpolated. Instead, for any given feature, the
+ style value matches a value in that feature’s attributes dictionary. Use identity
+ interpolation mode to show attribute values that can be used as style values.
*/
MGLInterpolationModeIdentity
};