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

Method PushPositionAccumulator

libs/routing/routing_session.cpp:761–766  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

759}
760
761void RoutingSession::PushPositionAccumulator(m2::PointD const & position)
762{
763 CHECK_THREAD_CHECKER(m_threadChecker, ());
764
765 m_positionAccumulator.PushNextPoint(position);
766}
767void RoutingSession::ClearPositionAccumulator()
768{
769 CHECK_THREAD_CHECKER(m_threadChecker, ());

Callers 1

Calls 1

PushNextPointMethod · 0.80

Tested by

no test coverage detected