summaryrefslogtreecommitdiff
path: root/include/mbgl/style/layers/symbol_layer.hpp
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-08-09 17:51:26 +0300
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-08-12 17:14:32 +0300
commit5a752061fe9d84588d4bd70a37d1c3a861eaa206 (patch)
treed53c56dad0d2c6b216dfd1d98f0c2d3acd9b7c49 /include/mbgl/style/layers/symbol_layer.hpp
parentbc09cdbf76ffa50ccdd8dc8df7997fdd3a0eb0d6 (diff)
downloadqtlocation-mapboxgl-5a752061fe9d84588d4bd70a37d1c3a861eaa206.tar.gz
[core] Enable two-component text radial offsetupstream/mikhail_two_component_text_radial_offset
Diffstat (limited to 'include/mbgl/style/layers/symbol_layer.hpp')
-rw-r--r--include/mbgl/style/layers/symbol_layer.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/mbgl/style/layers/symbol_layer.hpp b/include/mbgl/style/layers/symbol_layer.hpp
index 2493df6046..ee0c91fd14 100644
--- a/include/mbgl/style/layers/symbol_layer.hpp
+++ b/include/mbgl/style/layers/symbol_layer.hpp
@@ -162,9 +162,9 @@ public:
const PropertyValue<AlignmentType>& getTextPitchAlignment() const;
void setTextPitchAlignment(const PropertyValue<AlignmentType>&);
- static PropertyValue<float> getDefaultTextRadialOffset();
- const PropertyValue<float>& getTextRadialOffset() const;
- void setTextRadialOffset(const PropertyValue<float>&);
+ static PropertyValue<RadialOffsetType> getDefaultTextRadialOffset();
+ const PropertyValue<RadialOffsetType>& getTextRadialOffset() const;
+ void setTextRadialOffset(const PropertyValue<RadialOffsetType>&);
static PropertyValue<float> getDefaultTextRotate();
const PropertyValue<float>& getTextRotate() const;