| 241 | } |
| 242 | |
| 243 | void 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 | |
| 250 | void DrapeEngine::InvalidateUserMarks() |
| 251 | { |
no test coverage detected