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.8.0+cc573f3e1f48f39162b4b680e921a623e127e8fa
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