| 152 | bool IsRouteBuilding() const { return m_routingSession.IsBuilding(); } |
| 153 | bool IsRouteRebuildingOnly() const { return m_routingSession.IsRebuildingOnly(); } |
| 154 | bool IsRouteFinished() const { return m_routingSession.IsFinished(); } |
| 155 | bool IsOnRoute() const { return m_routingSession.IsOnRoute(); } |
| 156 | bool IsRoutingFollowing() const { return m_routingSession.IsFollowing(); } |
| 157 | bool IsRouteValid() const { return m_routingSession.IsRouteValid(); } |
no test coverage detected