Variable GeoJsonGeometryCollection

GeoJsonGeometryCollection: {
    [hasInstance](instance) => instance is GeoJsonGeometryCollection;
    toShape(object) => GeoGroup<GeoShape>;
}

Type declaration

Generated using TypeDoc