| 741 | } |
| 742 | |
| 743 | void DrawWidget::SetMapStyleToDefault() |
| 744 | { |
| 745 | auto const style = m_framework.GetMapStyle(); |
| 746 | SetMapStyle(MapStyleIsDark(style) ? MapStyle::MapStyleDefaultDark : MapStyle::MapStyleDefaultLight); |
| 747 | } |
| 748 | |
| 749 | void DrawWidget::SetMapStyleToVehicle() |
| 750 | { |
no test coverage detected