summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLCircleStyleLayer.h
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-10-05 03:33:19 -0700
committerMinh Nguyễn <mxn@1ec5.org>2016-10-11 15:30:16 -0700
commit3c22b14479e200b0339131b033471d59dc7dda9a (patch)
treecca36d5ca18b299d70110394594658ed9902db30 /platform/darwin/src/MGLCircleStyleLayer.h
parentc78b5b1d7e95f139ad667781bec0d67b5976809d (diff)
downloadqtlocation-mapboxgl-3c22b14479e200b0339131b033471d59dc7dda9a.tar.gz
[ios, macos] Refer to style layer class in enum documentation
Diffstat (limited to 'platform/darwin/src/MGLCircleStyleLayer.h')
-rw-r--r--platform/darwin/src/MGLCircleStyleLayer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/darwin/src/MGLCircleStyleLayer.h b/platform/darwin/src/MGLCircleStyleLayer.h
index d15fce7cbe..9a45f7280c 100644
--- a/platform/darwin/src/MGLCircleStyleLayer.h
+++ b/platform/darwin/src/MGLCircleStyleLayer.h
@@ -8,6 +8,8 @@ NS_ASSUME_NONNULL_BEGIN
/**
Controls the translation reference point.
+
+ Values of this type are used in the `circleTranslateAnchor` property of `MGLCircleStyleLayer`.
*/
typedef NS_ENUM(NSUInteger, MGLCircleTranslateAnchor) {
/**
@@ -22,6 +24,8 @@ typedef NS_ENUM(NSUInteger, MGLCircleTranslateAnchor) {
/**
Controls the scaling behavior of the circle when the map is pitched.
+
+ Values of this type are used in the `circlePitchScale` property of `MGLCircleStyleLayer`.
*/
typedef NS_ENUM(NSUInteger, MGLCirclePitchScale) {
/**