summaryrefslogtreecommitdiff
path: root/include/mbgl
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-04-29 15:38:34 +0200
committerKonstantin Käfer <mail@kkaefer.com>2015-05-05 11:47:16 +0200
commit307ad680ba41811f249bedead32e683e14658c32 (patch)
treea17ce12b43096c2715094700189719772198ec08 /include/mbgl
parentefec7b2c122cdaf0f7a33cdc9353afeda6202af3 (diff)
downloadqtlocation-mapboxgl-307ad680ba41811f249bedead32e683e14658c32.tar.gz
[iOS] allow calling invalidate() on MGLMapView
Diffstat (limited to 'include/mbgl')
-rw-r--r--include/mbgl/ios/MGLMapView_Private.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/mbgl/ios/MGLMapView_Private.h b/include/mbgl/ios/MGLMapView_Private.h
new file mode 100644
index 0000000000..4b93e68920
--- /dev/null
+++ b/include/mbgl/ios/MGLMapView_Private.h
@@ -0,0 +1,11 @@
+#import <UIKit/UIKit.h>
+
+@interface MGLMapView ()
+
+#pragma mark - Debugging
+
+/** Triggers another render pass even when it is not necessary. */
+- (void)invalidate;
+
+@end
+