| 325 | } |
| 326 | |
| 327 | void MyPositionController::ResetBlockAutoZoomTimer() |
| 328 | { |
| 329 | if (m_isInRouting && m_enableAutoZoomInRouting) |
| 330 | { |
| 331 | m_needBlockAutoZoom = true; |
| 332 | m_blockAutoZoomTimer.Reset(); |
| 333 | ResetNotification(m_blockAutoZoomNotifyId); |
| 334 | } |
| 335 | } |
| 336 | |
| 337 | void MyPositionController::CorrectScalePoint(m2::PointD & pt) const |
| 338 | { |
no test coverage detected