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

Method GetRoutePointsCount

libs/map/routing_manager.cpp:931–935  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

929}
930
931size_t RoutingManager::GetRoutePointsCount() const
932{
933 RoutePointsLayout routePoints(*m_bmManager);
934 return routePoints.GetRoutePointsCount();
935}
936
937bool RoutingManager::CouldAddIntermediatePoint() const
938{

Callers 2

ContinueRouteToPointMethod · 0.45
MoveRoutePointMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected