Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetTotalDistanceMeters
Method
GetTotalDistanceMeters
libs/routing/route.cpp:54–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
double Route::GetTotalDistanceMeters() const
55
{
56
if (!IsValid())
57
return 0.0;
58
return m_poly.GetTotalDistanceMeters();
59
}
60
61
double Route::GetCurrentDistanceFromBeginMeters() const
62
{
Callers
4
OnLocationPositionChanged
Method · 0.45
GetRouteFollowingInfo
Method · 0.45
GetCompletionPercent
Method · 0.45
DoCalculateRoute
Method · 0.45
Calls
1
IsValid
Function · 0.50
Tested by
no test coverage detected