summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJuha Alanen <juha.alanen@mapbox.com>2019-09-13 11:15:21 +0300
committerJuha Alanen <19551460+jmalanen@users.noreply.github.com>2019-09-18 14:29:15 +0300
commit48f462bc7b09285c09c2a6f3cd07b555fcd21f43 (patch)
treedda1b1cbd4ddd2434ed701977fa611825a824212 /include
parent7ce9b0d47d794411bdf1315e22b6b8234c4f1a9d (diff)
downloadqtlocation-mapboxgl-48f462bc7b09285c09c2a6f3cd07b555fcd21f43.tar.gz
[core] Add removeFeatureState API
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/renderer/renderer.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/mbgl/renderer/renderer.hpp b/include/mbgl/renderer/renderer.hpp
index 32cf4a91c4..e35c774aa0 100644
--- a/include/mbgl/renderer/renderer.hpp
+++ b/include/mbgl/renderer/renderer.hpp
@@ -59,7 +59,10 @@ public:
const optional<std::string>& sourceLayerID,
const std::string& featureID) const;
-
+ void removeFeatureState(const std::string& sourceID,
+ const optional<std::string>& sourceLayerID,
+ const optional<std::string>& featureID,
+ const optional<std::string>& stateKey);
// Debug
void dumpDebugLogs();