| 27 | } |
| 28 | |
| 29 | GeoJsonObject::IteratorProvider<ConstGeoJsonPointIterator> |
| 30 | GeoJsonObject::points() const { |
| 31 | return IteratorProvider<ConstGeoJsonPointIterator>(this); |
| 32 | } |
| 33 | |
| 34 | GeoJsonObject::IteratorProvider<ConstGeoJsonLineStringIterator> |
| 35 | GeoJsonObject::lines() const { |