GeometryCollection
public struct GeometryCollection
extension GeometryCollection: Equatable
The GeometryCollection
struct represents a collection of Geometry
objects as defined by the
GeoJSON specification.
It provides a way to group multiple geometries together, regardless of their types.
-
Equatable implementation.
Declaration
Swift
public static func == (lhs: GeometryCollection, rhs: GeometryCollection) -> Bool