summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLOverlay.h
diff options
context:
space:
mode:
authorJason Wray <friedbunny@users.noreply.github.com>2016-08-30 16:19:53 -0400
committerGitHub <noreply@github.com>2016-08-30 16:19:53 -0400
commitc075386a984cd5de21f6201341d360a5c1039b67 (patch)
tree170f9e43a15f9a04d05ae178093fcdda0e39876f /platform/darwin/src/MGLOverlay.h
parent5588935412fbf6c62f88d92f4685e517a7bb84c1 (diff)
downloadqtlocation-mapboxgl-c075386a984cd5de21f6201341d360a5c1039b67.tar.gz
[ios] Remove misleading MGLOverlay documentation (#6211)
Diffstat (limited to 'platform/darwin/src/MGLOverlay.h')
-rw-r--r--platform/darwin/src/MGLOverlay.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/platform/darwin/src/MGLOverlay.h b/platform/darwin/src/MGLOverlay.h
index 382305b444..48d10d9de1 100644
--- a/platform/darwin/src/MGLOverlay.h
+++ b/platform/darwin/src/MGLOverlay.h
@@ -29,11 +29,7 @@ NS_ASSUME_NONNULL_BEGIN
@protocol MGLOverlay <MGLAnnotation>
/**
- The approximate center point of the overlay area. (required) (read-only)
-
- This point is typically set to the center point of the map’s bounding
- rectangle. It is used as the anchor point for any callouts displayed for the
- annotation.
+ A coordinate representing the overlay. (required) (read-only)
*/
@property (nonatomic, readonly) CLLocationCoordinate2D coordinate;