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

Method DisableFollowMode

libs/map/routing_manager.cpp:1226–1235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1224}
1225
1226bool RoutingManager::DisableFollowMode()
1227{
1228 bool const disabled = m_routingSession.DisableFollowMode();
1229 if (disabled)
1230 {
1231 m_transitReadManager->BlockTransitSchemeMode(false /* isBlocked */);
1232 m_drapeEngine.SafeCall(&df::DrapeEngine::DeactivateRouteFollowing);
1233 }
1234 return disabled;
1235}
1236
1237void RoutingManager::CheckLocationForRouting(location::GpsInfo const & info)
1238{

Calls 2

SafeCallMethod · 0.80

Tested by

no test coverage detected