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