summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLAnnotationView_Private.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_Private.h
parente1c85e8ec3c66efa6a5da987b639c7c32aa68169 (diff)
downloadqtlocation-mapboxgl-8a5cc3560ac3ed5b2aa6273c7fbbd92a3692b1ec.tar.gz
[ios] MGLAnnotationView annotation property made writable (#8139)
Diffstat (limited to 'platform/ios/src/MGLAnnotationView_Private.h')
-rw-r--r--platform/ios/src/MGLAnnotationView_Private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/ios/src/MGLAnnotationView_Private.h b/platform/ios/src/MGLAnnotationView_Private.h
index 8a0af3565c..c4695051c5 100644
--- a/platform/ios/src/MGLAnnotationView_Private.h
+++ b/platform/ios/src/MGLAnnotationView_Private.h
@@ -8,7 +8,6 @@ NS_ASSUME_NONNULL_BEGIN
@interface MGLAnnotationView (Private)
@property (nonatomic, readwrite, nullable) NSString *reuseIdentifier;
-@property (nonatomic, readwrite, nullable) id <MGLAnnotation> annotation;
@property (nonatomic, weak) MGLMapView *mapView;
@end