Class KmlPlacemark
public sealed class KmlPlacemark
- Inheritance
-
objectKmlPlacemark
Fields
Description
public string Description
Field Value
Name
public string Name
Field Value
Properties
Lines
public List<List<KmlPoint>> Lines { get; }
Property Value
Points
public List<KmlPoint> Points { get; }
Property Value
Polygons
public List<KmlPolygon> Polygons { get; }