[]
Initializes a new instance of the GeoLineString class.
public GeoLineString(IEnumerable<GeoPoint> points)
| Type | Name | Description |
|---|---|---|
| IEnumerable<GeoPoint> | points | The line points. |
| Type | Condition |
|---|---|
| ArgumentNullException | Thrown when the points argument is null. |