Table of Contents

Class KmlPlacemark

Namespace
LansMap.Core.Import
public sealed class KmlPlacemark
Inheritance
object
KmlPlacemark

Fields

Description

public string Description

Field Value

string

Name

public string Name

Field Value

string

Properties

Lines

public List<List<KmlPoint>> Lines { get; }

Property Value

List<List<KmlPoint>>

Points

public List<KmlPoint> Points { get; }

Property Value

List<KmlPoint>

Polygons

public List<KmlPolygon> Polygons { get; }

Property Value

List<KmlPolygon>