| 89 | } |
| 90 | |
| 91 | FeatureGetter::FeatureGetter(std::string const & countryFullPath) |
| 92 | : m_mwm(countryFullPath) |
| 93 | , m_guard(std::make_unique<FeaturesLoaderGuard>(m_mwm.GetDataSource(), m_mwm.GetMwmId())) |
| 94 | {} |
| 95 | |
| 96 | std::unique_ptr<FeatureType> FeatureGetter::GetFeatureByIndex(uint32_t index) const |
| 97 | { |
nothing calls this directly
no test coverage detected