| 747 | } |
| 748 | |
| 749 | void DrawWidget::SetMapStyleToVehicle() |
| 750 | { |
| 751 | auto const style = m_framework.GetMapStyle(); |
| 752 | SetMapStyle(MapStyleIsDark(style) ? MapStyle::MapStyleVehicleDark : MapStyle::MapStyleVehicleLight); |
| 753 | } |
| 754 | |
| 755 | void DrawWidget::SetMapStyleToOutdoors() |
| 756 | { |
nothing calls this directly
no test coverage detected