summaryrefslogtreecommitdiff
path: root/platform/macos/app/MGLVectorSource+MBXAdditions.h
blob: 1e25ee5a601f62acac8b8559f7eda50777c107dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#import <Mapbox/Mapbox.h>

NS_ASSUME_NONNULL_BEGIN

@interface MGLVectorSource (MBXAdditions)

+ (NSString *)preferredMapboxStreetsLanguage;

- (NS_DICTIONARY_OF(NSString *, NSString *) *)localizedKeysByKeyForPreferredLanguage:(nullable NSString *)preferredLanguage;

@property (nonatomic, readonly, getter=isMapboxStreets) BOOL mapboxStreets;

@end

NS_ASSUME_NONNULL_END