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

Method UpdateVisualScale

libs/map/framework.cpp:1621–1625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1619}
1620
1621void Framework::UpdateVisualScale(double vs)
1622{
1623 if (m_drapeEngine != nullptr)
1624 m_drapeEngine->UpdateVisualScale(vs, m_isRenderingEnabled);
1625}
1626
1627void Framework::UpdateMyPositionRoutingOffset(bool useDefault, int offsetY)
1628{

Callers 2

mainFunction · 0.45
UpdateDpiMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected