summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLAnnotationView.h
diff options
context:
space:
mode:
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 1c8704e181..a568aaa6b3 100644
--- a/platform/ios/src/MGLAnnotationView.h
+++ b/platform/ios/src/MGLAnnotationView.h
@@ -156,7 +156,7 @@ typedef NS_ENUM(NSUInteger, MGLAnnotationViewDragState) {
The default value of this property is `YES`. Set this property to `NO` if the
view’s legibility is important.
*/
-@property (nonatomic, assign, getter=isScaledWithViewingDistance) BOOL scalesWithViewingDistance;
+@property (nonatomic, assign) BOOL scalesWithViewingDistance;
#pragma mark Managing the Selection State