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

Method IsRouteFinished

libs/map/routing_manager.hpp:154–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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(); }

Calls 1

IsFinishedMethod · 0.45

Tested by

no test coverage detected