summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrad Leege <bleege@gmail.com>2015-04-06 23:03:27 -0500
committerBrad Leege <bleege@gmail.com>2015-04-06 23:03:27 -0500
commit4092e469829e7cc14e946b2ed4e413091bd63b3b (patch)
tree31a55cffe167efbd862fdc185d5fa0f5ba10af25 /include
parent0a2ee766dbe65e3d23d0e5cba79776560ff29275 (diff)
downloadqtlocation-mapboxgl-4092e469829e7cc14e946b2ed4e413091bd63b3b.tar.gz
#1216 - Add pause and resume methods with corresponding isPaused boolean flag property
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/ios/MGLMapboxEvents.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mbgl/ios/MGLMapboxEvents.h b/include/mbgl/ios/MGLMapboxEvents.h
index e51371368d..2af3d8b168 100644
--- a/include/mbgl/ios/MGLMapboxEvents.h
+++ b/include/mbgl/ios/MGLMapboxEvents.h
@@ -29,6 +29,8 @@ extern NSString *const MGLEventGestureRotateStart;
+ (void) setToken:(NSString *)token;
+ (void) setAppName:(NSString *)appName;
+ (void) setAppVersion:(NSString *)appVersion;
++ (void) pauseMetricsCollection;
++ (void) resumeMetricsCollection;
// You can call this method from any thread. Significant work will
// be dispatched to a low-priority background queue and all