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

Method SetSpeedLimit

libs/routing/route.hpp:180–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178
179 SpeedInUnits const & GetSpeedLimit() const { return m_speedLimit; }
180 void SetSpeedLimit(SpeedInUnits const & speed) { m_speedLimit = speed; }
181
182private:
183 Segment m_segment;

Callers 1

RedressRouteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected