summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLVectorTileSource_Private.h
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2018-03-30 05:43:56 -0700
committerMinh Nguyễn <mxn@1ec5.org>2018-04-02 10:42:54 -0700
commita877b6dbe8ff576f82ab9222f418da51591dd423 (patch)
treea998c9174b643e982e54d31a4bba349a6279632c /platform/darwin/src/MGLVectorTileSource_Private.h
parent10440640178429fc8e5c319c86e7a3e89746952e (diff)
downloadqtlocation-mapboxgl-a877b6dbe8ff576f82ab9222f418da51591dd423.tar.gz
[ios, macos] Renamed MGLVectorSource to MGLVectorTileSource
Diffstat (limited to 'platform/darwin/src/MGLVectorTileSource_Private.h')
-rw-r--r--platform/darwin/src/MGLVectorTileSource_Private.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/platform/darwin/src/MGLVectorTileSource_Private.h b/platform/darwin/src/MGLVectorTileSource_Private.h
new file mode 100644
index 0000000000..41873b4ff6
--- /dev/null
+++ b/platform/darwin/src/MGLVectorTileSource_Private.h
@@ -0,0 +1,17 @@
+#import "MGLVectorTileSource.h"
+
+NS_ASSUME_NONNULL_BEGIN
+
+@interface MGLVectorTileSource (Private)
+
+@property (nonatomic, readonly, getter=isMapboxStreets) BOOL mapboxStreets;
+
++ (NS_SET_OF(NSString *) *)mapboxStreetsLanguages;
+
++ (NSString *)preferredMapboxStreetsLanguage;
+
+- (NS_DICTIONARY_OF(NSString *, NSString *) *)localizedKeysByKeyForPreferredLanguage:(nullable NSString *)preferredLanguage;
+
+@end
+
+NS_ASSUME_NONNULL_END