| 222 | } |
| 223 | |
| 224 | void MyPositionController::OnUpdateScreen(ScreenBase const & screen) |
| 225 | { |
| 226 | m_pixelRect = screen.PixelRectIn3d(); |
| 227 | if (m_visiblePixelRect.IsEmptyInterior()) |
| 228 | SetVisibleViewport(m_pixelRect); |
| 229 | } |
| 230 | |
| 231 | void MyPositionController::SetVisibleViewport(m2::RectD const & rect) |
| 232 | { |
no test coverage detected