KmlDocumentLoaderPlacemark Class

Represents an entity to be drawn on screen; a line or entity

Definition

Namespace: MobileTrack.Common.Services
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public sealed class Placemark
Inheritance
Object    KmlDocumentLoaderPlacemark

Constructors

KmlDocumentLoaderPlacemarkInitializes a new instance of the KmlDocumentLoaderPlacemark class

Properties

LineString Optional: the line of this placemark (if applicable)
MultiGeometry NOT IMPLEMENTED: multi-geometry for this entity (has not been used yet)
Name Name of the placemark
StyleReference Style to be applied onto the placemark

See Also