summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLAnnotationView_Private.h
diff options
context:
space:
mode:
authorfrederoni <bjorn.fredrik.karlsson@gmail.com>2016-05-18 17:03:08 -0700
committerMinh Nguyễn <mxn@1ec5.org>2016-05-18 17:03:08 -0700
commita220efcae6b98c86aaa7522f087acf5a2d0bc4c4 (patch)
tree253280377fcee47c89344882667c406dd9d9040d /platform/ios/src/MGLAnnotationView_Private.h
parent5fe43e43f2ad8b4ef04ff2dee0788c4f5cd9e3cf (diff)
downloadqtlocation-mapboxgl-a220efcae6b98c86aaa7522f087acf5a2d0bc4c4.tar.gz
[ios] Allow annotation views to be flattened (#5067)
* [ios] wip flatten annotation view * [ios] wip flatten annotation view * [ios] naming conventions * [ios] removed unused property
Diffstat (limited to 'platform/ios/src/MGLAnnotationView_Private.h')
-rw-r--r--platform/ios/src/MGLAnnotationView_Private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/ios/src/MGLAnnotationView_Private.h b/platform/ios/src/MGLAnnotationView_Private.h
index c9a887b6cc..c5a65487a2 100644
--- a/platform/ios/src/MGLAnnotationView_Private.h
+++ b/platform/ios/src/MGLAnnotationView_Private.h
@@ -8,6 +8,8 @@ NS_ASSUME_NONNULL_BEGIN
@property (nonatomic) id<MGLAnnotation> annotation;
@property (nonatomic, readwrite, nullable) NSString *reuseIdentifier;
+- (void)setCenter:(CGPoint)center pitch:(CGFloat)pitch;
+
@end
NS_ASSUME_NONNULL_END