GeoJsonMultiPoint.Remove method

Version 1.0.0-beta002
.NET Framework 4.7
Namespace Skybrud.Essentials.Maps.GeoJson.Geometry
Assembly Skybrud.Essentials.Maps.dll

Remove(Double[])

Removes the specified point.

public Void Remove(Double[] point)

Parameters

point Array of Double

The point to be removed.

Returns