Type Alias GeometryCollectionResult

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

Properties

Properties

type: "GeometryCollection"