Click or drag to resize

GeoJsonMultiPointTCoordinates Method (GeoJsonObjectArgsTCoordinates, TCoordinates)

Creates a GeoJson MultiPoint object.

Namespace:  MongoDB.Driver.GeoJsonObjectModel
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public static GeoJsonMultiPoint<TCoordinates> MultiPoint<TCoordinates>(
	GeoJsonObjectArgs<TCoordinates> args,
	params TCoordinates[] positions
)
where TCoordinates : GeoJsonCoordinates

Parameters

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

Type Parameters

TCoordinates
The type of the coordinates.

Return Value

Type: GeoJsonMultiPointTCoordinates
A GeoJson MultiPoint object.
See Also