Click or drag to resize

GeoJsonPointTCoordinates Method (GeoJsonObjectArgsTCoordinates, TCoordinates)

Creates a GeoJson Point object.

Namespace:  MongoDB.Driver.GeoJsonObjectModel
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.12.2+a4a3888f4fb51bb518b1eb5002effc2d47f2ea6a
Syntax
public static GeoJsonPoint<TCoordinates> Point<TCoordinates>(
	GeoJsonObjectArgs<TCoordinates> args,
	TCoordinates coordinates
)
where TCoordinates : GeoJsonCoordinates

Parameters

args
Type: MongoDB.Driver.GeoJsonObjectModelGeoJsonObjectArgsTCoordinates
The additional args.
coordinates
Type: TCoordinates
The coordinates.

Type Parameters

TCoordinates
The type of the coordinates.

Return Value

Type: GeoJsonPointTCoordinates
A GeoJson Point object.
See Also