Type Alias VectorFeatureCollections<M, D, P, G>

VectorFeatureCollections:
    | VectorFeatureCollection<M, D, P, G>
    | S2FeatureCollection<M, D, P, G>

Either an S2 or WG FeatureCollection where its known it's only Vector Geometry

Type Parameters