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

Method GetRoutePointsCount

libs/map/routing_mark.cpp:422–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420}
421
422size_t RoutePointsLayout::GetRoutePointsCount() const
423{
424 return m_manager.GetUserMarkIds(UserMark::Type::ROUTING).size();
425}
426
427void RoutePointsLayout::ForEachIntermediatePoint(TRoutePointCallback const & fn)
428{

Callers 1

OnTapEventMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected