| 285 | } |
| 286 | |
| 287 | void MyPositionController::ScaleEnded() |
| 288 | { |
| 289 | m_needBlockAnimation = false; |
| 290 | ResetBlockAutoZoomTimer(); |
| 291 | if (m_wasRotationInScaling) |
| 292 | { |
| 293 | m_wasRotationInScaling = false; |
| 294 | StopLocationFollow(); |
| 295 | } |
| 296 | |
| 297 | UpdateViewport(kDoNotChangeZoom); |
| 298 | } |
| 299 | |
| 300 | void MyPositionController::Rotated() |
| 301 | { |