summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-07-02 13:55:36 -0700
committerMinh Nguyễn <mxn@1ec5.org>2016-07-02 13:55:36 -0700
commit1f026c624668298c5736a8ba4ef480de8bab425a (patch)
treea6b2d2a5cb4530d45938494bebfe28aa07571f48
parent50dd60aaf63411da7840ee2314c8ede7fc625b3f (diff)
downloadqtlocation-mapboxgl-1f026c624668298c5736a8ba4ef480de8bab425a.tar.gz
[ios] Removed custom getter
isScaledWithViewingDistance is unnecessary.
-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