| 55 | } |
| 56 | |
| 57 | std::string GetMwmPath(std::string const & mwmDir, CountryId const & countryId) |
| 58 | { |
| 59 | return base::JoinPath(mwmDir, countryId + DATA_FILE_EXTENSION); |
| 60 | } |
| 61 | |
| 62 | std::vector<SingleMwmSegment> GetSegmentsFromEdges(std::vector<routing::Edge> && edges) |
| 63 | { |
no test coverage detected