summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLCalloutView.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/src/MGLCalloutView.h')
-rw-r--r--platform/ios/src/MGLCalloutView.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/ios/src/MGLCalloutView.h b/platform/ios/src/MGLCalloutView.h
index 689b159fd7..4f88429fbb 100644
--- a/platform/ios/src/MGLCalloutView.h
+++ b/platform/ios/src/MGLCalloutView.h
@@ -8,6 +8,9 @@ NS_ASSUME_NONNULL_BEGIN
/**
A protocol for a `UIView` subclass that displays information about a selected
annotation near that annotation.
+
+ To receive updates from an object that conforms to the `MGLCalloutView` protocol,
+ use the optional methods available in the `MGLCalloutViewDelegate` protocol.
*/
@protocol MGLCalloutView <NSObject>