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