| 753 | } |
| 754 | |
| 755 | void DrawWidget::SetMapStyleToOutdoors() |
| 756 | { |
| 757 | auto const style = m_framework.GetMapStyle(); |
| 758 | SetMapStyle(MapStyleIsDark(style) ? MapStyle::MapStyleOutdoorsDark : MapStyle::MapStyleOutdoorsLight); |
| 759 | } |
| 760 | |
| 761 | m2::PointD DrawWidget::P2G(m2::PointD const & pt) const |
| 762 | { |
no test coverage detected