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

Method SaveTrafficEnabled

libs/map/framework.cpp:2527–2530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2525}
2526
2527void Framework::SaveTrafficEnabled(bool trafficEnabled)
2528{
2529 settings::Set(kTrafficEnabledKey, trafficEnabled);
2530}
2531
2532bool Framework::LoadTrafficSimplifiedColors()
2533{

Callers 2

EnableTrafficMethod · 0.80
DisableTrafficMethod · 0.80

Calls 1

SetFunction · 0.50

Tested by

no test coverage detected