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

Method IsBicycleOnedir

libs/routing_common/bicycle_model.cpp:225–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225bool BicycleModel::IsBicycleOnedir(feature::TypesHolder const & types) const
226{
227 return types.Has(m_onedirBicycleType);
228}
229
230SpeedKMpH BicycleModel::GetSpeed(FeatureTypes const & types, SpeedParams const & speedParams) const
231{

Callers

nothing calls this directly

Calls 1

HasMethod · 0.45

Tested by

no test coverage detected