summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLMapView.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/src/MGLMapView.h')
-rw-r--r--platform/ios/src/MGLMapView.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/ios/src/MGLMapView.h b/platform/ios/src/MGLMapView.h
index 57b74daa04..ae1d6c5493 100644
--- a/platform/ios/src/MGLMapView.h
+++ b/platform/ios/src/MGLMapView.h
@@ -3,6 +3,7 @@
#import <UIKit/UIKit.h>
#import <CoreLocation/CoreLocation.h>
+#import <QuartzCore/CAEAGLLayer.h>
#import "MGLTypes.h"
@@ -1203,6 +1204,8 @@ IB_DESIGNABLE
- (void)emptyMemoryCache __attribute__((deprecated));
+@property (nonatomic, readonly) CAEAGLLayer *glLayer;
+
@end
NS_ASSUME_NONNULL_END