Click or drag to resize

GeoJsonFeatureCollection<TCoordinates> Constructor (IEnumerable<GeoJsonFeature<TCoordinates>>)

Namespace:  MongoDB.Driver.GeoJsonObjectModel
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.14.0+2b37a1fe1cbdbe1a020b52b77f1197b6d77575e7
Syntax
public GeoJsonFeatureCollection(
	IEnumerable<GeoJsonFeature<TCoordinates>> features
)

Parameters

features
Type: System.Collections.Generic.IEnumerable<GeoJsonFeature<TCoordinates>>
The features.
See Also