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

Method RemoveRoutePoint

libs/map/routing_manager.cpp:992–997  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

990}
991
992void RoutingManager::RemoveRoutePoint(RouteMarkType type, size_t intermediateIndex)
993{
994 ASSERT(m_bmManager != nullptr, ());
995 RoutePointsLayout routePoints(*m_bmManager);
996 routePoints.RemoveRoutePoint(type, intermediateIndex);
997}
998
999void RoutingManager::RemoveRoutePoints()
1000{

Callers 2

AddRoutePointMethod · 0.45
ContinueRouteToPointMethod · 0.45

Calls 1

ASSERTFunction · 0.85

Tested by

no test coverage detected