Documentation
    Preparing search index...

    Interface GeoJsonGeometryCollection

    interface GeoJsonGeometryCollection {
        crs?: { properties: { name: string }; type: "name" };
        geometries: GeoJson[];
        properties?: Record<string, unknown>;
        type: "GeometryCollection";
    }

    Hierarchy (View Summary)

    • BaseGeoJson<"GeometryCollection">
      • GeoJsonGeometryCollection
    Index
    crs?: { properties: { name: string }; type: "name" }
    geometries: GeoJson[]
    properties?: Record<string, unknown>
    type: "GeometryCollection"