| 157 | } |
| 158 | |
| 159 | m2::RectD SelectionShape::GetSelectionGeometryBoundingBox() const |
| 160 | { |
| 161 | m2::RectD rect; |
| 162 | for (auto const & geometry : m_selectionGeometry) |
| 163 | rect.Add(geometry->GetBoundingBox()); |
| 164 | return rect; |
| 165 | } |
| 166 | } // namespace df |
no test coverage detected