summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLAnnotationView_Private.h
blob: 40d7bc3bb97ac2cf0fba549553cd6e1ce57eb098 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#import "MGLAnnotationView.h"
#import "MGLAnnotation.h"

#import <GLKit/GLKit.h>

NS_ASSUME_NONNULL_BEGIN

@class MGLMapView;

CATransform3D MGLTransform3DFromMatrix4(GLKMatrix4 matrix);

@interface MGLAnnotationView (Private)

@property (nonatomic, readwrite, nullable) NSString *reuseIdentifier;
@property (nonatomic, weak) MGLMapView *mapView;

@end

NS_ASSUME_NONNULL_END