summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLLocationManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/src/MGLLocationManager.h')
-rw-r--r--platform/ios/src/MGLLocationManager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/ios/src/MGLLocationManager.h b/platform/ios/src/MGLLocationManager.h
index ea23801813..65d2ee9b84 100644
--- a/platform/ios/src/MGLLocationManager.h
+++ b/platform/ios/src/MGLLocationManager.h
@@ -6,6 +6,7 @@
@interface MGLLocationManager : NSObject <CLLocationManagerDelegate>
@property (nonatomic, weak) id<MGLLocationManagerDelegate> delegate;
+@property (nonatomic) BOOL allowsBackgroundLocationUpdates;
- (void)startUpdatingLocation;
- (void)stopUpdatingLocation;