| 37 | } |
| 38 | |
| 39 | GeoJsonObject::IteratorProvider<ConstGeoJsonPolygonIterator> |
| 40 | GeoJsonObject::polygons() const { |
| 41 | return IteratorProvider<ConstGeoJsonPolygonIterator>(this); |
| 42 | } |
| 43 | |
| 44 | const std::optional<CesiumGeometry::AxisAlignedBox>& |
| 45 | GeoJsonObject::getBoundingBox() const { |