summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnsis Brammanis <brammanis@gmail.com>2015-05-28 11:01:57 -0400
committerAnsis Brammanis <brammanis@gmail.com>2015-05-28 19:17:07 -0400
commit8962442b1b838445efaf8dc12003225facac2a06 (patch)
treeba54beb4fff49eede21afbb9aaf75bc08bd030ba /include
parent0bd39ae44ab58cbeaab1718cfa3e69b12a4bede9 (diff)
downloadqtlocation-mapboxgl-8962442b1b838445efaf8dc12003225facac2a06.tar.gz
make collision debug boxes toggleable
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/map/map.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp
index e71c5f5b4d..ccc963d086 100644
--- a/include/mbgl/map/map.hpp
+++ b/include/mbgl/map/map.hpp
@@ -131,6 +131,9 @@ public:
void setDebug(bool value);
void toggleDebug();
bool getDebug() const;
+ void setCollisionDebug(bool value);
+ void toggleCollisionDebug();
+ bool getCollisionDebug() const;
bool isFullyLoaded() const;
private: