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

Method GetEndPoint

libs/routing/routing_session.cpp:120–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120m2::PointD RoutingSession::GetEndPoint() const
121{
122 CHECK_THREAD_CHECKER(m_threadChecker, ());
123 return m_checkpoints.GetFinish();
124}
125
126void RoutingSession::DoReadyCallback::operator()(std::shared_ptr<Route> const & route, RouterResultCode e)
127{

Callers 4

GetRouteEndPointMethod · 0.45
IsFencedOffMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected