KmlPlacemark Class
Version 1.0.0-beta002
.NET Framework 4.7
Namespace | Skybrud.Essentials.Maps.Kml.Features |
---|---|
Assembly | Skybrud.Essentials.Maps.dll |
Visibility | Public |
Inheritance |
public class KmlPlacemark : KmlFeature { }
Properties
Type | Name | Summary |
---|---|---|
KmlExtendedData | ExtendedData | |
KmlGeometry | Geometry | |
String | Id (inherited from KmlFeature) | |
String | Name (inherited from KmlFeature) |
User-defined text displayed in the 3D viewer as the label for the object (for example, for a KmlPlacemark, KmlFolder, or KmlNetworkLinkControl). |
String | Description (inherited from KmlFeature) | |
String | StyleUrl (inherited from KmlFeature) |
Methods
Parse(XElement)
(static)
|
Parse(XElement, XmlNamespaceManager)
(static)
|
ToXElement()
(virtual)
|
Inherited from KmlObject |
NewXElement()
(virtual)
|
NewXElement(string)
(virtual)
|