summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLTelemetryConfig.h
blob: 96e525c96946d2e05afcb629e518915457cda62b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#import <Foundation/Foundation.h>
#import <CoreLocation/CoreLocation.h>

NS_ASSUME_NONNULL_BEGIN

@interface MGLTelemetryConfig : NSObject

@property (nonatomic) CLLocationDistance MGLLocationManagerHibernationRadius;

extern NSString *const MGLMapboxMetricsProfile;

@property (class, nullable, nonatomic, readonly) MGLTelemetryConfig *sharedConfig;

- (void)configurationFromKey:(NSString *)key;

@end

NS_ASSUME_NONNULL_END