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

Method ChangeVisibilityUserMarksGroup

libs/drape_frontend/drape_engine.cpp:243–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243void DrapeEngine::ChangeVisibilityUserMarksGroup(kml::MarkGroupId groupId, bool isVisible)
244{
245 m_threadCommutator->PostMessage(ThreadsCommutator::ResourceUploadThread,
246 make_unique_dp<ChangeUserMarkGroupVisibilityMessage>(groupId, isVisible),
247 MessagePriority::Normal);
248}
249
250void DrapeEngine::InvalidateUserMarks()
251{

Callers 1

NotifyChangesMethod · 0.80

Calls 1

PostMessageMethod · 0.45

Tested by

no test coverage detected