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

Method SetOnNewTurnCallback

libs/routing/routing_session.cpp:747–751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

745}
746
747void RoutingSession::SetOnNewTurnCallback(OnNewTurn const & onNewTurn)
748{
749 CHECK_THREAD_CHECKER(m_threadChecker, ());
750 m_onNewTurn = onNewTurn;
751}
752
753void RoutingSession::SetUserCurrentPosition(m2::PointD const & position)
754{

Callers 1

InitRoutingSessionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected