summaryrefslogtreecommitdiff
path: root/platform/ios/include/MGLMapView.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/include/MGLMapView.h')
-rw-r--r--platform/ios/include/MGLMapView.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/ios/include/MGLMapView.h b/platform/ios/include/MGLMapView.h
index dc03c13f7b..d974f4673e 100644
--- a/platform/ios/include/MGLMapView.h
+++ b/platform/ios/include/MGLMapView.h
@@ -1133,7 +1133,7 @@ IB_DESIGNABLE
- (CGFloat)mapView:(MGLMapView *)mapView alphaForShapeAnnotation:(MGLShape *)annotation;
/**
- Returns the stroke color to use when rendering a shape annotation. Defaults to black.
+ Returns the stroke color to use when rendering a shape annotation. Defaults to the map view’s tint color.
@param mapView The map view rendering the shape annotation.
@param annotation The annotation being rendered.
@@ -1142,7 +1142,7 @@ IB_DESIGNABLE
- (UIColor *)mapView:(MGLMapView *)mapView strokeColorForShapeAnnotation:(MGLShape *)annotation;
/**
- Returns the fill color to use when rendering a polygon annotation. Defaults to blue.
+ Returns the fill color to use when rendering a polygon annotation. Defaults to the map view’s tint color.
@param mapView The map view rendering the polygon annotation.
@param annotation The annotation being rendered.