| 491 | } |
| 492 | |
| 493 | void DrapeEngine::LoseLocation() |
| 494 | { |
| 495 | using Mode = ChangeMyPositionModeMessage::EChangeType; |
| 496 | m_threadCommutator->PostMessage(ThreadsCommutator::RenderThread, |
| 497 | make_unique_dp<ChangeMyPositionModeMessage>(Mode::LoseLocation), |
| 498 | MessagePriority::Normal); |
| 499 | } |
| 500 | |
| 501 | void DrapeEngine::StopLocationFollow() |
| 502 | { |
no test coverage detected