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

Method SetMapStyle

libs/map/framework.cpp:1809–1816  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1807}
1808
1809void Framework::SetMapStyle(MapStyle mapStyle)
1810{
1811 MarkMapStyle(mapStyle);
1812 if (m_drapeEngine != nullptr)
1813 m_drapeEngine->UpdateMapStyle();
1814 InvalidateUserMarks();
1815 UpdateMinBuildingsTapZoom();
1816}
1817
1818MapStyle Framework::GetMapStyle() const
1819{

Callers

nothing calls this directly

Calls 1

UpdateMapStyleMethod · 0.80

Tested by

no test coverage detected