summaryrefslogtreecommitdiff
path: root/include/mbgl/map/map.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/map/map.hpp')
-rw-r--r--include/mbgl/map/map.hpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp
index 35895660f2..43c3b1452e 100644
--- a/include/mbgl/map/map.hpp
+++ b/include/mbgl/map/map.hpp
@@ -168,12 +168,13 @@ public:
void onLowMemory();
// Debug
- void setDebug(bool value);
- void toggleDebug();
- bool getDebug() const;
+ void setDebug(MapDebugOptions);
+ void cycleDebugOptions();
+ MapDebugOptions getDebug() const;
void setCollisionDebug(bool value);
void toggleCollisionDebug();
bool getCollisionDebug() const;
+
bool isFullyLoaded() const;
void dumpDebugLogs() const;