KmlStyle Class

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

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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