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

Method DisableTraffic

android/sdk/src/main/cpp/app/organicmaps/sdk/Framework.cpp:674–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

672}
673
674void Framework::DisableTraffic()
675{
676 m_work.GetTrafficManager().SetEnabled(false);
677 NativeFramework()->SaveTrafficEnabled(false);
678}
679
680void Framework::SetMyPositionModeListener(location::TMyPositionModeChanged const & fn)
681{

Calls 2

SaveTrafficEnabledMethod · 0.80
SetEnabledMethod · 0.45

Tested by

no test coverage detected