GeometryCollection

public struct GeometryCollection : Decodable

// An array of geometries.

Important

This is a Public Preview API. It may be changed or removed at any time.

Lifecycle

  • Declaration

    Swift

    public init(from decoder: Decoder) throws

Public

  • List containing geometries of a specific type.

    Declaration

    Swift

    public private(set) var geometries: [Geometry] { get }