Interface GeometryCollectionGeometry<TPosition>Experimental

interface GeometryCollectionGeometry<TPosition> {
    geometries: NonEmptyReadonlyArray<CanonicalGeometry<TPosition>>;
    type: "GeometryCollection";
}

Type Parameters

Properties

Properties

type