summaryrefslogtreecommitdiff
path: root/include/mbgl/ios/MGLTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/ios/MGLTypes.h')
-rw-r--r--include/mbgl/ios/MGLTypes.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/include/mbgl/ios/MGLTypes.h b/include/mbgl/ios/MGLTypes.h
new file mode 100644
index 0000000000..7a17445770
--- /dev/null
+++ b/include/mbgl/ios/MGLTypes.h
@@ -0,0 +1,17 @@
+#import <Foundation/Foundation.h>
+
+// style property value types
+//
+extern NSString *const MGLStyleValueTypeBoolean;
+extern NSString *const MGLStyleValueTypeNumber;
+extern NSString *const MGLStyleValueTypeNumberPair;
+extern NSString *const MGLStyleValueTypeColor;
+extern NSString *const MGLStyleValueTypeString;
+
+// style property function types
+//
+extern NSString *const MGLStyleValueTypeFunctionMinimumZoom;
+extern NSString *const MGLStyleValueTypeFunctionMaximumZoom;
+extern NSString *const MGLStyleValueTypeFunctionLinear;
+extern NSString *const MGLStyleValueTypeFunctionExponential;
+extern NSString *const MGLStyleValueTypeFunctionStops;