Click or drag to resize
GeoNearPoint.GeoJson<TCoordinates> Constructor

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.0.1
Syntax
public GeoJson(
	GeoJsonPoint<TCoordinates> value
)

Parameters

value
Type: MongoDB.Driver.GeoJsonObjectModel.GeoJsonPoint<TCoordinates>
The value.
See Also