RoadInfoGetter::RoadInfo ------------------------------------------------------------------------
| 10 | { |
| 11 | // RoadInfoGetter::RoadInfo ------------------------------------------------------------------------ |
| 12 | RoadInfoGetter::RoadInfo::RoadInfo(FeatureType & ft) |
| 13 | : m_hwClass(ftypes::GetHighwayClass(feature::TypesHolder(ft))) |
| 14 | , m_link(ftypes::IsLinkChecker::Instance()(ft)) |
| 15 | , m_oneWay(ftypes::IsOneWayChecker::Instance()(ft)) |
| 16 | , m_isRoundabout(ftypes::IsRoundAboutChecker::Instance()(ft)) |
| 17 | {} |
| 18 | |
| 19 | // RoadInfoGetter ---------------------------------------------------------------------------------- |
| 20 | RoadInfoGetter::RoadInfoGetter(DataSource const & dataSource) : m_dataSource(dataSource) {} |
nothing calls this directly
no test coverage detected