Click or drag to resize
GeoJsonFeatureTCoordinates Constructor (GeoJsonGeometryTCoordinates)

Namespace: MongoDB.Driver.GeoJsonObjectModel
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.4.1
Syntax
public GeoJsonFeature(
	GeoJsonGeometry<TCoordinates> geometry
)

Parameters

geometry
Type: MongoDB.Driver.GeoJsonObjectModelGeoJsonGeometryTCoordinates
The geometry.
See Also