CastAsFeatureCollection<T>
type CastAsFeatureCollection<T>: GeoFeatureCollection<ExtractGeometryType<T>, ExtractPropertiesType<T>>;
A utility type for wrapping a GeoFeature
type in a GeoFeatureCollection
.
Type Parameters
Type Parameter |
---|
T extends GeoFeature |