Constructor GeoJsonGeometryCollection
- Namespace
- MongoDB.Driver.Geo
Json Object Model
- Assembly
- MongoDB.Driver.dll
GeoJsonGeometryCollection(IEnumerable<GeoJsonGeometry<TCoordinates>>)
Initializes a new instance of the GeoJsonGeometryCollection<TCoordinates> class.
Parameters
geometries
IEnumerable<GeoJson <TCoordinates>>Geometry The geometries.
GeoJsonGeometryCollection(GeoJsonObjectArgs<TCoordinates>, IEnumerable<GeoJsonGeometry<TCoordinates>>)
Initializes a new instance of the GeoJsonGeometryCollection<TCoordinates> class.
public GeoJsonGeometryCollection(GeoJsonObjectArgs<TCoordinates> args, IEnumerable<GeoJsonGeometry<TCoordinates>> geometries)
Parameters
args
GeoJson <TCoordinates>Object Args The additional args.
geometries
IEnumerable<GeoJson <TCoordinates>>Geometry The geometries.