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

Method ClearUserMarksGroup

libs/drape_frontend/drape_engine.cpp:237–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237void DrapeEngine::ClearUserMarksGroup(kml::MarkGroupId groupId)
238{
239 m_threadCommutator->PostMessage(ThreadsCommutator::ResourceUploadThread,
240 make_unique_dp<ClearUserMarkGroupMessage>(groupId), MessagePriority::Normal);
241}
242
243void DrapeEngine::ChangeVisibilityUserMarksGroup(kml::MarkGroupId groupId, bool isVisible)
244{

Callers 1

NotifyChangesMethod · 0.80

Calls 1

PostMessageMethod · 0.45

Tested by

no test coverage detected