summaryrefslogtreecommitdiff
path: root/platform/osx/src/MGLMapView_Private.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/osx/src/MGLMapView_Private.h')
-rw-r--r--platform/osx/src/MGLMapView_Private.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/platform/osx/src/MGLMapView_Private.h b/platform/osx/src/MGLMapView_Private.h
new file mode 100644
index 0000000000..3b37ce24b4
--- /dev/null
+++ b/platform/osx/src/MGLMapView_Private.h
@@ -0,0 +1,12 @@
+#import <mbgl/osx/MGLMapView.h>
+
+@interface MGLMapView (Private)
+
+@property (nonatomic, readonly, getter=isDormant) BOOL dormant;
+
+@property (nonatomic) CLLocationDegrees pendingLatitude;
+@property (nonatomic) CLLocationDegrees pendingLongitude;
+
+- (void)renderSync;
+
+@end