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.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public sealed class KmlPlacemark
Inheritance
Object    KmlPlacemark

Constructors

KmlPlacemark 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