summaryrefslogtreecommitdiff
path: root/include/mbgl/ios/MGLMapView_Private.h
blob: 18c07ef1bb4071757ba22c1f3a5e1c78d5018f77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#import <UIKit/UIKit.h>

@interface MGLMapView ()

#pragma mark - Debugging

/** Triggers another render pass even when it is not necessary. */
- (void)invalidate;

/** Returns whether the map view is currently loading or processing any assets required to render the map */
- (BOOL)isFullyLoaded;

@end