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

Method LoseLocation

libs/drape_frontend/drape_engine.cpp:493–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491}
492
493void 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
501void DrapeEngine::StopLocationFollow()
502{

Callers 2

OnLocationErrorMethod · 0.45
AcceptMessageMethod · 0.45

Calls 1

PostMessageMethod · 0.45

Tested by

no test coverage detected