summaryrefslogtreecommitdiff
path: root/include/mbgl/style/types.hpp
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-03-07 18:34:45 +0200
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-04-01 20:42:09 +0300
commit80dd57eb3fec83a2edc81ae93abe801ce0da6308 (patch)
treee8eb21729c8840d47cc661105277a0536e0e4274 /include/mbgl/style/types.hpp
parent2325271c80023e680c71db065d4639d6e3da5f5a (diff)
downloadqtlocation-mapboxgl-80dd57eb3fec83a2edc81ae93abe801ce0da6308.tar.gz
[core] Enable text-variable-anchor property
Diffstat (limited to 'include/mbgl/style/types.hpp')
-rw-r--r--include/mbgl/style/types.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mbgl/style/types.hpp b/include/mbgl/style/types.hpp
index ed875733c7..a472c4fcec 100644
--- a/include/mbgl/style/types.hpp
+++ b/include/mbgl/style/types.hpp
@@ -98,6 +98,8 @@ enum class SymbolAnchorType : uint8_t {
BottomRight
};
+using TextVariableAnchorType = SymbolAnchorType;
+
enum class TextTransformType : uint8_t {
None,
Uppercase,