Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
422
size_t RoutePointsLayout::GetRoutePointsCount() const
423
{
424
return m_manager.GetUserMarkIds(UserMark::Type::ROUTING).size();
425
}
426
427
void RoutePointsLayout::ForEachIntermediatePoint(TRoutePointCallback const & fn)
428
{
Callers
1
OnTapEvent
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected