| 377 | } |
| 378 | |
| 379 | RouteMarkPoint * 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 | |
| 385 | RouteMarkPoint const * RoutePointsLayout::GetMyPositionPoint() const |
| 386 | { |
no test coverage detected