| 32 | } |
| 33 | |
| 34 | GeoJsonObject::IteratorProvider<ConstGeoJsonLineStringIterator> |
| 35 | GeoJsonObject::lines() const { |
| 36 | return IteratorProvider<ConstGeoJsonLineStringIterator>(this); |
| 37 | } |
| 38 | |
| 39 | GeoJsonObject::IteratorProvider<ConstGeoJsonPolygonIterator> |
| 40 | GeoJsonObject::polygons() const { |
no outgoing calls
no test coverage detected