summaryrefslogtreecommitdiff
path: root/include/mbgl/style/layers/symbol_layer.hpp
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-03-07 18:52:00 +0200
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-03-21 14:59:48 +0200
commit296038107799f8bddc2bc9533ac97211d1e7f6bb (patch)
tree4a7d17688ac809d7b23de85e74f56683598f35c4 /include/mbgl/style/layers/symbol_layer.hpp
parent9616f8911d8b0407f2e2a6aa283d4e0e0f2ea64a (diff)
downloadqtlocation-mapboxgl-296038107799f8bddc2bc9533ac97211d1e7f6bb.tar.gz
[core] Enable 'text-radial-offset' property
Diffstat (limited to 'include/mbgl/style/layers/symbol_layer.hpp')
-rw-r--r--include/mbgl/style/layers/symbol_layer.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/mbgl/style/layers/symbol_layer.hpp b/include/mbgl/style/layers/symbol_layer.hpp
index 46935ef535..35fe72e6bf 100644
--- a/include/mbgl/style/layers/symbol_layer.hpp
+++ b/include/mbgl/style/layers/symbol_layer.hpp
@@ -134,6 +134,10 @@ public:
PropertyValue<TextJustifyType> getTextJustify() const;
void setTextJustify(PropertyValue<TextJustifyType>);
+ static PropertyValue<float> getDefaultTextRadialOffset();
+ PropertyValue<float> getTextRadialOffset() const;
+ void setTextRadialOffset(PropertyValue<float>);
+
static PropertyValue<std::vector<TextVariableAnchorType>> getDefaultTextVariableAnchor();
PropertyValue<std::vector<TextVariableAnchorType>> getTextVariableAnchor() const;
void setTextVariableAnchor(PropertyValue<std::vector<TextVariableAnchorType>>);