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

Method GetCurrentTimeToEndSec

libs/routing/route.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103double Route::GetCurrentTimeToEndSec() const
104{
105 return GetCurrentTimeToSegmentSec(m_routeSegments.size() - 1);
106}
107
108double Route::GetCurrentTimeToNearestTurnSec() const
109{

Callers 2

GetRouteFollowingInfoMethod · 0.80
UNIT_TESTFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

UNIT_TESTFunction · 0.64