| 108 | using IndexSharedPtr = std::shared_ptr<CountriesFilesIndexAffiliation::Tree>; |
| 109 | |
| 110 | CountriesFilesIndexAffiliation::Box MakeBox(m2::RectD const & rect) |
| 111 | { |
| 112 | return {rect.LeftBottom(), rect.RightTop()}; |
| 113 | } |
| 114 | |
| 115 | std::optional<std::string> IsOneCountryForLimitRect(m2::RectD const & limitRect, IndexSharedPtr const & index) |
| 116 | { |
no test coverage detected