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

Method SetGuidesGraphParams

libs/routing/guides_connections.cpp:231–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231void GuidesConnections::SetGuidesGraphParams(NumMwmId mwmId, double maxSpeed)
232{
233 m_graph = GuidesGraph(maxSpeed, mwmId);
234}
235
236void GuidesConnections::ConnectToGuidesGraph(std::vector<m2::PointD> const & checkpoints)
237{

Callers 1

DoCalculateRouteMethod · 0.80

Calls 1

GuidesGraphClass · 0.85

Tested by

no test coverage detected