GeoJSONMultiLineString Constructor (IEnumerable<(Of <(<'IEnumerable<(Of <(<'IEnumerable<(Of <(<'Double>)>)>>)>)>>)>)>)
Initializes a new MultiLineString from a 3-d array
of Doubles that matches the "coordinates" field in the JSON representation.
Namespace:
Aerospike.Database.LINQPadDriver.ExtensionsAssembly: Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)
Syntax
public GeoJSONMultiLineString( IEnumerable<IEnumerable<IEnumerable<double>>> coordinates )
Parameters
- coordinates
- Type: IEnumerable<(Of <(<'IEnumerable<(Of <(<'IEnumerable<(Of <(<'Double>)>)>>)>)>>)>)>