Class KmlPolygon
public sealed class KmlPolygon
- Inheritance
-
objectKmlPolygon
Constructors
KmlPolygon(List<KmlPoint>)
public KmlPolygon(List<KmlPoint> outerRing)
Parameters
Properties
InnerRings
public List<List<KmlPoint>> InnerRings { get; }
Property Value
OuterRing
public List<KmlPoint> OuterRing { get; }