GeometryCollection

public struct GeometryCollection

// An array of geometries.

Important

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

Public

  • List containing geometries of a specific type.

    Declaration

    Swift

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