GeoFeatureCollection<G, P>
A collection of feature objects.
Type Parameters
Type Parameter | Default type |
---|---|
G | GeometryLiteral |
P extends Record <string , any > | null | Record <string , any > |
Properties
features
features: GeoFeature<G, P>[];
An array of feature objects.
type
type: "FeatureCollection";
Declares the type of GeoJSON object as a FeatureCollection
.