Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
114
m2::PointD RoutingSession::GetStartPoint() const
115
{
116
CHECK_THREAD_CHECKER(m_threadChecker, ());
117
return m_checkpoints.GetStart();
118
}
119
120
m2::PointD RoutingSession::GetEndPoint() const
121
{
Callers
4
ReorderIntermediatePoints
Method · 0.45
AcceptMessage
Method · 0.45
GetSegmentRangeAndAdjacentEdges
Method · 0.45
IsFencedOff
Method · 0.45
Calls
1
GetStart
Method · 0.45
Tested by
no test coverage detected