Class AddInfo
Inherited Members
Namespace: Mapsui.Nts.Editing
Assembly: Mapsui.Nts.dll
Syntax
public class AddInfo
Properties
| Edit this page View SourceFeature
Declaration
public GeometryFeature? Feature { get; set; }
Property Value
Type | Description |
---|---|
GeometryFeature |
Vertex
Declaration
public Coordinate? Vertex { get; set; }
Property Value
Type | Description |
---|---|
Coordinate |
Vertices
Declaration
public IList<Coordinate>? Vertices { get; set; }
Property Value
Type | Description |
---|---|
IList<Coordinate> |