Click or drag to resize

GeoJsonMultiPointTCoordinates Method (TCoordinates)

Creates a GeoJson MultiPoint object.

Namespace:  MongoDB.Driver.GeoJsonObjectModel
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.15.0+f503bf610759c13f78cff9a3c01e91453185d2ed
Syntax
public static GeoJsonMultiPoint<TCoordinates> MultiPoint<TCoordinates>(
	params TCoordinates[] positions
)
where TCoordinates : GeoJsonCoordinates

Parameters

positions
Type: TCoordinates
The positions.

Type Parameters

TCoordinates
The type of the coordinates.

Return Value

Type: GeoJsonMultiPointTCoordinates
A GeoJson MultiPoint object.
See Also