Class AddInfo
Assembly: Mapsui.Nts.dll
Syntax
Properties
|
Edit this page
View Source
Feature
Declaration
public GeometryFeature? Feature { get; set; }
Property Value
|
Edit this page
View Source
Vertex
Declaration
public Coordinate? Vertex { get; set; }
Property Value
| Type |
Description |
| Coordinate |
|
|
Edit this page
View Source
Vertices
Declaration
public IList<Coordinate>? Vertices { get; set; }
Property Value
| Type |
Description |
| IList<Coordinate> |
|
Methods
|
Edit this page
View Source
Reset()
Declaration
Extension Methods