open class GeometryCollection : Geometry
A collection of Geometry objects.
| GeometryCollection()A collection of  | 
| open fun accept(visitor: GeoJsonObjectVisitor!): Unit | |
| open fun addGeometry(geometry: Geometry!): Unit | |
| open fun getGeometries(): ImmutableList<Geometry!>!Returns a collection of geometries. |