summaryrefslogtreecommitdiff
path: root/include/mbgl/ios
diff options
context:
space:
mode:
authorBrad Leege <bleege@gmail.com>2015-04-06 23:15:00 -0500
committerBrad Leege <bleege@gmail.com>2015-04-06 23:15:00 -0500
commitdef309ba245635eeff53b3a5fb3b3821272d4d7c (patch)
treebc1265f5b0f5d52ca02499b338b5d7eb5c64dc04 /include/mbgl/ios
parent4092e469829e7cc14e946b2ed4e413091bd63b3b (diff)
downloadqtlocation-mapboxgl-def309ba245635eeff53b3a5fb3b3821272d4d7c.tar.gz
#1216 - Adding start and stop location manager update to pause and resume functions.
Diffstat (limited to 'include/mbgl/ios')
-rw-r--r--include/mbgl/ios/MGLMetricsLocationManager.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/mbgl/ios/MGLMetricsLocationManager.h b/include/mbgl/ios/MGLMetricsLocationManager.h
index 7281d05010..5f3b568187 100644
--- a/include/mbgl/ios/MGLMetricsLocationManager.h
+++ b/include/mbgl/ios/MGLMetricsLocationManager.h
@@ -2,8 +2,10 @@
@interface MGLMetricsLocationManager : NSObject
-// This method can be called from any thread.
+// These methods can be called from any thread.
//
+ (instancetype)sharedManager;
++ (void) startUpdatingLocation;
++ (void) stopUpdatingLocation;
@end