summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLAnnotationView.h
diff options
context:
space:
mode:
authorFabian Guerra Soto <fabian.guerra@mapbox.com>2017-03-02 18:19:23 -0500
committerGitHub <noreply@github.com>2017-03-02 18:19:23 -0500
commit8a5cc3560ac3ed5b2aa6273c7fbbd92a3692b1ec (patch)
treec90ccbb114272bd293a3d3e0b15ac630c3484f60 /platform/ios/src/MGLAnnotationView.h
parente1c85e8ec3c66efa6a5da987b639c7c32aa68169 (diff)
downloadqtlocation-mapboxgl-8a5cc3560ac3ed5b2aa6273c7fbbd92a3692b1ec.tar.gz
[ios] MGLAnnotationView annotation property made writable (#8139)
Diffstat (limited to 'platform/ios/src/MGLAnnotationView.h')
-rw-r--r--platform/ios/src/MGLAnnotationView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/src/MGLAnnotationView.h b/platform/ios/src/MGLAnnotationView.h
index 532483350a..184efdb324 100644
--- a/platform/ios/src/MGLAnnotationView.h
+++ b/platform/ios/src/MGLAnnotationView.h
@@ -89,7 +89,7 @@ typedef NS_ENUM(NSUInteger, MGLAnnotationViewDragState) {
contains a non-`nil` value while the annotation view is visible on the map. If
the view is queued, waiting to be reused, the value is `nil`.
*/
-@property (nonatomic, readonly, nullable) id <MGLAnnotation> annotation;
+@property (nonatomic, nullable) id <MGLAnnotation> annotation;
/**
The string that identifies that this annotation view is reusable.