Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ SetMwmsPartlyProhibitedForSpeedCams
Method
SetMwmsPartlyProhibitedForSpeedCams
libs/routing/route.cpp:509–512 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
507
}
508
509
void Route::SetMwmsPartlyProhibitedForSpeedCams(vector<platform::CountryFile> && mwms)
510
{
511
m_speedCamPartlyProhibitedMwms = std::move(mwms);
512
}
513
514
bool Route::CrossMwmsPartlyProhibitedForSpeedCams() const
515
{
Callers
1
RedressRoute
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected