| 108 | } |
| 109 | |
| 110 | SpeedKMpH CarModel::GetSpeed(FeatureTypes const & types, SpeedParams const & speedParams) const |
| 111 | { |
| 112 | return GetTypeSpeedImpl(types, speedParams, true /* isCar */); |
| 113 | } |
| 114 | |
| 115 | SpeedKMpH const & CarModel::GetOffroadSpeed() const |
| 116 | { |
no outgoing calls
no test coverage detected