summaryrefslogtreecommitdiff
path: root/include/mbgl/style/layer_type.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/style/layer_type.hpp')
-rw-r--r--include/mbgl/style/layer_type.hpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/mbgl/style/layer_type.hpp b/include/mbgl/style/layer_type.hpp
new file mode 100644
index 0000000000..66ff834eee
--- /dev/null
+++ b/include/mbgl/style/layer_type.hpp
@@ -0,0 +1,18 @@
+#pragma once
+
+namespace mbgl {
+namespace style {
+
+enum class LayerType {
+ Fill,
+ Line,
+ Circle,
+ Symbol,
+ Raster,
+ Background,
+ Custom,
+ FillExtrusion,
+};
+
+} // namespace style
+} // namespace mbgl \ No newline at end of file