From 1f026c624668298c5736a8ba4ef480de8bab425a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguye=CC=82=CC=83n?= Date: Sat, 2 Jul 2016 13:55:36 -0700 Subject: [PATCH] [ios] Removed custom getter isScaledWithViewingDistance is unnecessary. --- platform/ios/src/MGLAnnotationView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/ios/src/MGLAnnotationView.h b/platform/ios/src/MGLAnnotationView.h index 1c8704e1817..a568aaa6b3b 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