Geometry

public enum Geometry : Equatable
extension Geometry: GeoJSONObjectConvertible
extension Geometry: Codable
extension Geometry: GeometryConvertible

A Geometry object represents points, curves, and surfaces in coordinate space. Use an instance of this enumeration whenever a value could be any kind of Geometry object.