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

Method GetRoutePointForEdit

libs/map/routing_mark.cpp:379–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377}
378
379RouteMarkPoint * RoutePointsLayout::GetRoutePointForEdit(RouteMarkType type, size_t intermediateIndex)
380{
381 auto const * mark = GetRoutePoint(type, intermediateIndex);
382 return mark ? m_editSession.GetMarkForEdit<RouteMarkPoint>(mark->GetId()) : nullptr;
383}
384
385RouteMarkPoint const * RoutePointsLayout::GetMyPositionPoint() const
386{

Callers 2

HideRoutePointMethod · 0.80
ContinueRouteToPointMethod · 0.80

Calls 1

GetIdMethod · 0.45

Tested by

no test coverage detected