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

Method GetNumSubroutes

libs/routing/checkpoints.hpp:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 m2::PointD const & GetPointTo() const;
27
28 size_t GetNumSubroutes() const { return m_points.size() - 1; }
29 bool IsFinished() const { return m_passedIdx >= GetNumSubroutes(); }
30
31 double GetSummaryLengthBetweenPointsMeters() const;

Callers 3

DoMethod · 0.80
DoCalculateRouteMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected