KmlPlacemark Class

Represents an object to place on Google Maps (lines, icon, etc.)

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+ce90b2cf6b782b8d7b7fd47b3c546987c652c00f
public sealed class KmlPlacemark
Inheritance
Object    KmlPlacemark

Constructors

KmlPlacemark For use by serializers only!
KmlPlacemark(KmlDocumentLoaderPlacemark) Default constructor

Properties

Extrude Whether to extrude the line
Name Name of the placemark
Nodes All vertexes for a line
Style Style reference for the placemark
Tessellate Whether to sue tesselation on the line

See Also