summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLMultiPoint_Private.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/src/MGLMultiPoint_Private.h')
-rw-r--r--platform/darwin/src/MGLMultiPoint_Private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLMultiPoint_Private.h b/platform/darwin/src/MGLMultiPoint_Private.h
index a9b4b72ca5..37ab6dc4af 100644
--- a/platform/darwin/src/MGLMultiPoint_Private.h
+++ b/platform/darwin/src/MGLMultiPoint_Private.h
@@ -13,6 +13,7 @@ NS_ASSUME_NONNULL_BEGIN
@class MGLPolygon;
@class MGLPolyline;
+@class MGLCircle;
@protocol MGLMultiPointDelegate;
@@ -36,7 +37,7 @@ NS_ASSUME_NONNULL_BEGIN
- (mbgl::Color)strokeColorForShapeAnnotation:(MGLShape *)annotation;
/** Returns the fill color object for the given annotation. */
-- (mbgl::Color)fillColorForPolygonAnnotation:(MGLPolygon *)annotation;
+- (mbgl::Color)fillColorForShape:(MGLShape *)annotation;
/** Returns the stroke width object for the given annotation. */
- (CGFloat)lineWidthForPolylineAnnotation:(MGLPolyline *)annotation;