Interface GeoJsonGeometryCollection

Hierarchy

  • BaseGeoJson<"GeometryCollection">
    • GeoJsonGeometryCollection

Properties

crs?: {
    properties: {
        name: string;
    };
    type: "name";
}

Type declaration

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

Generated using TypeDoc