summaryrefslogtreecommitdiff
path: root/include/mbgl/ios/MGLAnnotation.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/ios/MGLAnnotation.h')
-rw-r--r--include/mbgl/ios/MGLAnnotation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/ios/MGLAnnotation.h b/include/mbgl/ios/MGLAnnotation.h
index 70460f6492..18388d8485 100644
--- a/include/mbgl/ios/MGLAnnotation.h
+++ b/include/mbgl/ios/MGLAnnotation.h
@@ -21,7 +21,7 @@ NS_ASSUME_NONNULL_BEGIN
/** The string containing the annotation’s title.
*
* Although this property is optional, if you support the selection of annotations in your map view, you are expected to provide this property. This string is displayed in the callout for the associated annotation. */
-@property (nonatomic, readonly, copy) NSString *title;
+@property (nonatomic, readonly, copy, nullable) NSString *title;
/** The string containing the annotation’s subtitle.
*