| 351 | } |
| 352 | |
| 353 | void MyPositionController::CorrectGlobalScalePoint(m2::PointD & pt) const |
| 354 | { |
| 355 | if (IsModeChangeViewport()) |
| 356 | pt = m_position; |
| 357 | } |
| 358 | |
| 359 | void MyPositionController::SetRenderShape(ref_ptr<dp::GraphicsContext> context, ref_ptr<dp::TextureManager> texMng, |
| 360 | drape_ptr<MyPosition> && shape, Arrow3d::PreloadedData && preloadedData) |
nothing calls this directly
no test coverage detected