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

Method SetRoadTypes

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

Source from the content-addressed store, hash-verified

172
173 RoutingOptions GetRoadTypes() const { return m_roadTypes; }
174 void SetRoadTypes(RoutingOptions types) { m_roadTypes = types; }
175
176 traffic::SpeedGroup GetTraffic() const { return m_traffic; }
177 void SetTraffic(traffic::SpeedGroup group) { m_traffic = group; }

Callers 1

RedressRouteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected