summaryrefslogtreecommitdiff
path: root/include/mbgl/ios/MGLMetricsLocationManager.h
blob: 7281d0501063445f00e5413387beb7326c27bb4b (plain)
1
2
3
4
5
6
7
8
9
#import <Foundation/Foundation.h>

@interface MGLMetricsLocationManager : NSObject

// This method can be called from any thread.
//
+ (instancetype)sharedManager;

@end