Click or drag to resize

GeoJsonMultiLineStringTCoordinates Method (GeoJsonObjectArgsTCoordinates, GeoJsonLineStringCoordinatesTCoordinates)

Creates a GeoJson MultiLineString object.

Namespace:  MongoDB.Driver.GeoJsonObjectModel
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.5.0+57.Branch.master.Sha.6a4e00a2d91090c65a9b11364b9ebfdb9c7da076
Syntax
public static GeoJsonMultiLineString<TCoordinates> MultiLineString<TCoordinates>(
	GeoJsonObjectArgs<TCoordinates> args,
	params GeoJsonLineStringCoordinates<TCoordinates>[] lineStrings
)
where TCoordinates : GeoJsonCoordinates

Parameters

args
Type: MongoDB.Driver.GeoJsonObjectModelGeoJsonObjectArgsTCoordinates
The additional args.
lineStrings
Type: MongoDB.Driver.GeoJsonObjectModelGeoJsonLineStringCoordinatesTCoordinates
The line strings.

Type Parameters

TCoordinates
The type of the coordinates.

Return Value

Type: GeoJsonMultiLineStringTCoordinates
A GeoJson MultiLineString object.
See Also