Class LineString
Represents a line.
public record LineString : PathGeometry, IEquatable<Geometry>, IEquatable<PathGeometry>, IEquatable<LineString>
- Inheritance
-
LineString
- Implements
- Inherited Members
Constructors
LineString(IEnumerable<Coordinates>)
Represents a line.
public LineString(IEnumerable<Coordinates> Coordinates)
Parameters
CoordinatesIEnumerable<Coordinates>- The coordinates, an array of two or more positions.
Properties
Coordinates
The coordinates, an array of two or more positions.
public IEnumerable<Coordinates> Coordinates { get; init; }