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

Method GetSpeedLimit

libs/routing/world_graph.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50SpeedInUnits WorldGraph::GetSpeedLimit(Segment const &)
51{
52 return {};
53}
54
55void WorldGraph::SetAStarParents(bool forward, Parents<Segment> & parents) {}
56void WorldGraph::SetAStarParents(bool forward, Parents<JointSegment> & parents) {}

Callers 3

AcceptMessageMethod · 0.45
GetCurrentSpeedLimitMethod · 0.45
RedressRouteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected