Type Alias FeatureCollections<M, D, P>

FeatureCollections:
    | FeatureCollection<M, D, P>
    | VectorFeatureCollection<M, D, P>
    | S2FeatureCollection<M, D, P>

Either an S2, Vector WG or WG FeatureCollection

Type Parameters