summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLCircleStyleLayer.h
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@users.noreply.github.com>2016-09-23 16:16:47 -0700
committerGitHub <noreply@github.com>2016-09-23 16:16:47 -0700
commitb9fafbc2ee34f09c2f90dcf3407e959b1bd4124c (patch)
treebcd38f7c77bc00d1b4e2306c5870c41f8d5038ab /platform/darwin/src/MGLCircleStyleLayer.h
parenta0e20a6b0ffdff1c27ca2f5e53b73b66799d12e1 (diff)
downloadqtlocation-mapboxgl-b9fafbc2ee34f09c2f90dcf3407e959b1bd4124c.tar.gz
clarify circle color as fill (#6447)
Diffstat (limited to 'platform/darwin/src/MGLCircleStyleLayer.h')
-rw-r--r--platform/darwin/src/MGLCircleStyleLayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/darwin/src/MGLCircleStyleLayer.h b/platform/darwin/src/MGLCircleStyleLayer.h
index bd51b8ede0..5492b183f4 100644
--- a/platform/darwin/src/MGLCircleStyleLayer.h
+++ b/platform/darwin/src/MGLCircleStyleLayer.h
@@ -44,14 +44,14 @@ typedef NS_ENUM(NSUInteger, MGLCircleStyleLayerCirclePitchScale) {
#if TARGET_OS_IPHONE
/**
- The color of the circle.
+ The fill color of the circle.
The default value of this property is `UIColor.blackColor`. Set this property to `nil` to reset it to the default value.
*/
@property (nonatomic, null_resettable) id <MGLStyleAttributeValue> circleColor;
#else
/**
- The color of the circle.
+ The fill color of the circle.
The default value of this property is `NSColor.blackColor`. Set this property to `nil` to reset it to the default value.
*/