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

Method GetRouteEndPoint

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

Source from the content-addressed store, hash-verified

195 TransitRouteInfo GetTransitRouteInfo() const;
196
197 m2::PointD GetRouteEndPoint() const { return m_routingSession.GetEndPoint(); }
198 /// Returns the most situable router engine type.
199 routing::RouterType GetBestRouter(m2::PointD const & startPoint, m2::PointD const & finalPoint) const;
200 void SetLastUsedRouter(routing::RouterType type);

Callers

nothing calls this directly

Calls 1

GetEndPointMethod · 0.45

Tested by

no test coverage detected