| 49 | } |
| 50 | |
| 51 | void LoadLanes(LoadedPathSegment & pathSegment, FeatureType & ft, bool isForward) |
| 52 | { |
| 53 | auto tag = GetLanesMetadataTag(ft, isForward); |
| 54 | pathSegment.m_lanes = lanes::ParseLanes(ft.GetMetadata(tag)); |
| 55 | } |
| 56 | } // namespace |
| 57 | |
| 58 | DirectionsEngine::DirectionsEngine(MwmDataSource & dataSource, std::shared_ptr<NumMwmIds> numMwmIds) |
no test coverage detected