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

Method IsValid

libs/routing/route.hpp:363–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361
362 std::vector<double> const & GetSegDistanceMeters() const { return m_poly.GetSegDistanceMeters(); }
363 bool IsValid() const { return m_poly.IsValid(); }
364
365 double GetTotalDistanceMeters() const;
366 double GetCurrentDistanceFromBeginMeters() const;

Callers 15

LoadPathAttributesMethod · 0.45
MakeTurnAnnotationMethod · 0.45
GetLastIngoingPointIndexFunction · 0.45
GetDistanceToNextTurnMethod · 0.45
GetCurrentSpeedLimitMethod · 0.45
GetRouteFollowingInfoMethod · 0.45
GetCompletionPercentMethod · 0.45
GenerateNotificationsMethod · 0.45
AssignRouteMethod · 0.45
EmitCloseRoutingEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected