GeometryCollection
public struct GeometryCollection : Equatable, ForeignMemberContainerextension GeometryCollection: Codableextension GeometryCollection: GeometryConvertibleA GeometryCollection geometry is a heterogeneous collection of Geometry objects that are related.
- 
                  
                  The geometries contained by the geometry collection. DeclarationSwift public var geometries: [Geometry]
- 
                  
                  DeclarationSwift public var foreignMembers: JSONObject
- 
                  
                  Initializes a geometry collection defined by the given geometries. DeclarationSwift public init(geometries: [Geometry])ParametersgeometriesThe geometries contained by the geometry collection. 
- 
                  
                  Initializes a geometry collection coincident to the given multipolygon. You should only use this initializer if you intend to add geometries other than multipolygons to the geometry collection after initializing it. DeclarationSwift public init(_ multiPolygon: MultiPolygon)ParametersmultiPolygonThe multipolygon that is coincident to the geometry collection. 
- 
                  
                  DeclarationSwift public init(from decoder: Decoder) throws
- 
                  
                  DeclarationSwift public func encode(to encoder: Encoder) throws
- 
                  
                  DeclarationSwift public var geometry: Geometry { get }
 View on GitHub
View on GitHub Install in Dash
Install in Dash GeometryCollection Structure Reference
        GeometryCollection Structure Reference