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.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
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