MCPcopy Create free account
hub / github.com/comaps/comaps / GetRegionsCountryIdByRect

Method GetRegionsCountryIdByRect

libs/map/framework.cpp:3247–3250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

PrepareCountriesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected