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

Method ResetRoutingSession

libs/map/routing_manager.hpp:160–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158 void BuildRoute(uint32_t timeoutSec = routing::RouterDelegate::kNoTimeout);
159 void SetUserCurrentPosition(m2::PointD const & position);
160 void ResetRoutingSession() { m_routingSession.Reset(); }
161 // FollowRoute has a bug where the router follows the route even if the method hads't been called.
162 // This method was added because we do not want to break the behaviour that is familiar to our
163 // users.

Callers 2

OnCountryFileDeleteMethod · 0.80

Calls 1

ResetMethod · 0.45

Tested by

no test coverage detected