| 172 | {} |
| 173 | |
| 174 | std::vector<std::string> CountriesFilesAffiliation::GetAffiliations(FeatureBuilder const & fb) const |
| 175 | { |
| 176 | return affiliation::GetAffiliations(fb, m_countryPolygonsTree, m_haveBordersForWholeWorld); |
| 177 | } |
| 178 | |
| 179 | std::vector<std::string> CountriesFilesAffiliation::GetAffiliations(m2::PointD const & point) const |
| 180 | { |
no test coverage detected