Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[ios] Removed custom getter
Browse files Browse the repository at this point in the history
isScaledWithViewingDistance is unnecessary.
  • Loading branch information
1ec5 committed Jul 2, 2016
1 parent 50dd60a commit 1f026c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/ios/src/MGLAnnotationView.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1f026c6

Please sign in to comment.