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

Method HideRoutePoint

libs/map/routing_manager.cpp:907–913  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

905}
906
907void RoutingManager::HideRoutePoint(RouteMarkType type, size_t intermediateIndex)
908{
909 RoutePointsLayout routePoints(*m_bmManager);
910 RouteMarkPoint * mark = routePoints.GetRoutePointForEdit(type, intermediateIndex);
911 if (mark != nullptr)
912 mark->SetIsVisible(false);
913}
914
915bool RoutingManager::IsMyPosition(RouteMarkType type, size_t intermediateIndex)
916{

Callers

nothing calls this directly

Calls 2

GetRoutePointForEditMethod · 0.80
SetIsVisibleMethod · 0.45

Tested by

no test coverage detected