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

Method GetDistanceToEndMeters

libs/routing/base/followed_polyline.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71double FollowedPolyline::GetDistanceToEndMeters() const
72{
73 return GetTotalDistanceMeters() - GetDistanceFromStartMeters();
74}
75
76void FollowedPolyline::Swap(FollowedPolyline & rhs)
77{

Callers 2

UNIT_TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

UNIT_TESTFunction · 0.64