| 655 | } |
| 656 | |
| 657 | void DrapeEngine::ClearGpsTrackPoints() |
| 658 | { |
| 659 | m_threadCommutator->PostMessage(ThreadsCommutator::RenderThread, make_unique_dp<ClearGpsTrackPointsMessage>(), |
| 660 | MessagePriority::Normal); |
| 661 | } |
| 662 | |
| 663 | void DrapeEngine::EnableChoosePositionMode(bool enable, std::vector<m2::TriangleD> && boundAreaTriangles, |
| 664 | m2::PointD const * optionalPosition) |
no test coverage detected