MCPcopy Create free account
hub / github.com/comaps/comaps / ClearGpsTrackPoints

Method ClearGpsTrackPoints

libs/drape_frontend/drape_engine.cpp:657–661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

ConnectToGpsTrackerMethod · 0.80
StartTrackRecordingMethod · 0.80
StopTrackRecordingMethod · 0.80

Calls 1

PostMessageMethod · 0.45

Tested by

no test coverage detected