summaryrefslogtreecommitdiff
path: root/include/mbgl/style/layers/symbol_layer.hpp
diff options
context:
space:
mode:
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;