summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2019-04-08 17:58:34 +0300
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2019-04-17 15:04:08 +0300
commite329492f0f830eff9e482cf4f62ea31c41d5d6c8 (patch)
tree0e6920e92d0ed80def095a64a1c6c04e6503e6ba /include
parentd89b13f9555b3cde33499ed7bcece20c166e4dfd (diff)
downloadqtlocation-mapboxgl-e329492f0f830eff9e482cf4f62ea31c41d5d6c8.tar.gz
[core] Add 'auto' enum value to symbol-z-order layout property
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/style/types.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mbgl/style/types.hpp b/include/mbgl/style/types.hpp
index 628e0d2395..13a2e50f01 100644
--- a/include/mbgl/style/types.hpp
+++ b/include/mbgl/style/types.hpp
@@ -70,6 +70,7 @@ enum class SymbolPlacementType : uint8_t {
};
enum class SymbolZOrderType : uint8_t {
+ Auto,
ViewportY,
Source
};