summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLAnnotationView.h
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-07-02 18:41:11 -0700
committerMinh Nguyễn <mxn@1ec5.org>2016-07-02 18:41:11 -0700
commitf2fdc23ec7b39d1ee6c9e4b37ad4952e4a5f5447 (patch)
treebade627480750c3b775e44e1dcbd3313dfef2e07 /platform/ios/src/MGLAnnotationView.h
parent1f026c624668298c5736a8ba4ef480de8bab425a (diff)
downloadqtlocation-mapboxgl-f2fdc23ec7b39d1ee6c9e4b37ad4952e4a5f5447.tar.gz
[ios] Removed MGLAnnotationView.flat
Removed MGLAnnotationView’s option to lie flat against a tilted map to work around #5090.
Diffstat (limited to 'platform/ios/src/MGLAnnotationView.h')
-rw-r--r--platform/ios/src/MGLAnnotationView.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/platform/ios/src/MGLAnnotationView.h b/platform/ios/src/MGLAnnotationView.h
index a568aaa6b3..ff23cbefb7 100644
--- a/platform/ios/src/MGLAnnotationView.h
+++ b/platform/ios/src/MGLAnnotationView.h
@@ -127,21 +127,6 @@ typedef NS_ENUM(NSUInteger, MGLAnnotationViewDragState) {
@property (nonatomic) CGVector centerOffset;
/**
- A Boolean value indicating whether the view lies flat against the map as it
- tilts.
-
- If this option is unset, the annotation view remains unchanged as the map’s
- pitch increases, so that the view appears to stand upright on the tilted map.
- If this option is set, the annotation view tilts as the map’s pitch increases,
- so that the view appears to lie flat against the tilted map.
-
- For example, you would set this option if the annotation view depicts an arrow
- that should always point due south. You would unset this option if the arrow
- should always point down towards the ground.
- */
-@property (nonatomic, assign, getter=isFlat) BOOL flat;
-
-/**
A Boolean value that determines whether the annotation view grows and shrinks
as the distance between the viewpoint and the annotation view changes on a
tilted map.