summaryrefslogtreecommitdiff
path: root/platform/osx/sdk/MGLMapView_Private.h
blob: 3b37ce24b471baec15e79108421e056bf05a577d (plain)
1
2
3
4
5
6
7
8
9
10
11
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