| 3245 | } |
| 3246 | |
| 3247 | std::vector<std::string> Framework::GetRegionsCountryIdByRect(m2::RectD const & rect, bool rough) const |
| 3248 | { |
| 3249 | return m_infoGetter->GetRegionsCountryIdByRect(rect, rough); |
| 3250 | } |
| 3251 | |
| 3252 | vector<MwmSet::MwmId> Framework::GetMwmsByRect(m2::RectD const & rect, bool rough) const |
| 3253 | { |
no outgoing calls
no test coverage detected