Geometry public enum Geometry : Hashable extension TKGeoJSON.Geometry: Decodable Undocumented point(_:) Undocumented Declaration Swift case point(Position) lineString(_:) Undocumented Declaration Swift case lineString([Position]) polygon(_:) Undocumented Declaration Swift case polygon(Polygon) multiPolygon(_:) Undocumented Declaration Swift case multiPolygon([Polygon]) Codable init(from:) Declaration Swift public init(from decoder: Decoder) throws