summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLLineStyleLayer.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/MGLLineStyleLayer.h
parentc78b5b1d7e95f139ad667781bec0d67b5976809d (diff)
downloadqtlocation-mapboxgl-3c22b14479e200b0339131b033471d59dc7dda9a.tar.gz
[ios, macos] Refer to style layer class in enum documentation
Diffstat (limited to 'platform/darwin/src/MGLLineStyleLayer.h')
-rw-r--r--platform/darwin/src/MGLLineStyleLayer.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/platform/darwin/src/MGLLineStyleLayer.h b/platform/darwin/src/MGLLineStyleLayer.h
index c00cf112f1..5fb9693e78 100644
--- a/platform/darwin/src/MGLLineStyleLayer.h
+++ b/platform/darwin/src/MGLLineStyleLayer.h
@@ -8,6 +8,8 @@ NS_ASSUME_NONNULL_BEGIN
/**
The display of line endings.
+
+ Values of this type are used in the `lineCap` property of `MGLLineStyleLayer`.
*/
typedef NS_ENUM(NSUInteger, MGLLineCap) {
/**
@@ -26,6 +28,8 @@ typedef NS_ENUM(NSUInteger, MGLLineCap) {
/**
The display of lines when joining.
+
+ Values of this type are used in the `lineJoin` property of `MGLLineStyleLayer`.
*/
typedef NS_ENUM(NSUInteger, MGLLineJoin) {
/**
@@ -44,6 +48,8 @@ typedef NS_ENUM(NSUInteger, MGLLineJoin) {
/**
Controls the translation reference point.
+
+ Values of this type are used in the `lineTranslateAnchor` property of `MGLLineStyleLayer`.
*/
typedef NS_ENUM(NSUInteger, MGLLineTranslateAnchor) {
/**