GeoJSONMultiPoint Constructor (IEnumerable<(Of <(<'Point>)>)>)
Initializes a new instance of the MultiPoint class.
Namespace:
Aerospike.Database.LINQPadDriver.ExtensionsAssembly: Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)
Syntax
public GeoJSONMultiPoint( IEnumerable<Point> coordinates )
Parameters
- coordinates
- Type: IEnumerable<(Of <(<'Point>)>)>
The coordinates.