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

Method GetStartPoint

libs/routing/routing_session.cpp:114–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114m2::PointD RoutingSession::GetStartPoint() const
115{
116 CHECK_THREAD_CHECKER(m_threadChecker, ());
117 return m_checkpoints.GetStart();
118}
119
120m2::PointD RoutingSession::GetEndPoint() const
121{

Callers 4

AcceptMessageMethod · 0.45
IsFencedOffMethod · 0.45

Calls 1

GetStartMethod · 0.45

Tested by

no test coverage detected