MCPcopy Create free account
hub / github.com/comaps/comaps / EnableDebugRectRendering

Method EnableDebugRectRendering

libs/map/framework.cpp:1675–1679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1673}
1674
1675void Framework::EnableDebugRectRendering(bool enabled)
1676{
1677 if (m_drapeEngine)
1678 m_drapeEngine->EnableDebugRectRendering(enabled);
1679}
1680
1681void Framework::ConnectToGpsTracker()
1682{

Callers 4

mainFunction · 0.45
CreateNavigationBarMethod · 0.45
OnDebugStyleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected