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

Function AllAllowed

libs/routing_common/bicycle_model.cpp:118–123  ·  view source on GitHub ↗

Same as defaults except bridleway is allowed

Source from the content-addressed store, hash-verified

116
117// Same as defaults except bridleway is allowed
118VehicleModel::LimitsInitList AllAllowed()
119{
120 auto res = kDefaultOptions;
121 res.push_back({HighwayType::HighwayBridleway, true});
122 return res;
123}
124
125// Same as defaults except pedestrian and footway are allowed
126HighwayBasedSpeeds NormalPedestrianAndFootwaySpeed()

Callers 2

bicycle_model.cppFile · 0.70
BicycleModelFactoryMethod · 0.70

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected