| 60 | } |
| 61 | |
| 62 | std::string GetMwmPath(std::string const & mwmDir, CountryId const & countryId) |
| 63 | { |
| 64 | return base::JoinPath(mwmDir, countryId + DATA_FILE_EXTENSION); |
| 65 | } |
| 66 | |
| 67 | /// \brief Calculates best pedestrian segment for every gate in |graphData.m_gates|. |
| 68 | /// The result of the calculation is set to |Gate::m_bestPedestrianSegment| of every gate |