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

Method GetRoutePoints

libs/map/routing_manager.cpp:922–929  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

920}
921
922vector<RouteMarkData> RoutingManager::GetRoutePoints() const
923{
924 vector<RouteMarkData> result;
925 RoutePointsLayout routePoints(*m_bmManager);
926 for (auto const & p : routePoints.GetRoutePoints())
927 result.push_back(p->GetMarkData());
928 return result;
929}
930
931size_t RoutingManager::GetRoutePointsCount() const
932{

Callers 1

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected