KmlStyle Class

Kml stylesheet for objects (lines, PoI's, etc.)

Definition

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

Constructors

KmlStyle For use by serializers only!
KmlStyle(Color, Int32) Line style constructor
KmlStyle(Color, Single, String, PointF) Icon style

Properties

Color Color to be applied to the style
HotSpot Hotspot-position relative to the object itself.
Icon Icon URL reference
IsIcon Whether the style is for an icon
Scale Scale of the object

See Also