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+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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