@geogirafe/lib-geoportal
    Preparing search index...

    Type Alias GeometryCollectionResult

    type GeometryCollectionResult = {
        geometries: GeometryCollectionResult[] | GeometryResult[];
        type: "GeometryCollection";
    }
    Index

    Properties

    Properties

    type: "GeometryCollection"