| 929 | } |
| 930 | |
| 931 | size_t RoutingManager::GetRoutePointsCount() const |
| 932 | { |
| 933 | RoutePointsLayout routePoints(*m_bmManager); |
| 934 | return routePoints.GetRoutePointsCount(); |
| 935 | } |
| 936 | |
| 937 | bool RoutingManager::CouldAddIntermediatePoint() const |
| 938 | { |
no outgoing calls
no test coverage detected