geoimport
    Preparing search index...

    Interface GeometryCollection<P>

    interface GeometryCollection<P extends Properties = {}> {
        bbox?: BBox;
        geometries: GeometryObject<P>[];
        id?: string | number;
        properties?: P;
        type: "GeometryCollection";
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    bbox?: BBox
    geometries: GeometryObject<P>[]
    id?: string | number
    properties?: P
    type: "GeometryCollection"