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

Method RemoveSubroute

libs/drape_frontend/drape_engine.cpp:565–570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563}
564
565void DrapeEngine::RemoveSubroute(dp::DrapeID subrouteId, bool deactivateFollowing)
566{
567 m_threadCommutator->PostMessage(ThreadsCommutator::ResourceUploadThread,
568 make_unique_dp<RemoveSubrouteMessage>(subrouteId, deactivateFollowing),
569 MessagePriority::Normal);
570}
571
572void DrapeEngine::DeactivateRouteFollowing()
573{

Callers 1

RemoveRouteMethod · 0.80

Calls 1

PostMessageMethod · 0.45

Tested by

no test coverage detected