Class
KmlPointData

Represents the KmlPointData object. Usually it is created by the asynchronous KML reader.

Definition

Constructors

KmlPointData()

Initializes a new instance of the KmlPointData class.

Declaration

cs-api-definition
public KmlPointData()

Properties

BalloonData

Gets or sets balloon data. In most cases it should be ExtendedData element transformed to the form which supports binding by BalloonStyle.TransformExtendedData method.

Declaration

cs-api-definition
public object BalloonData { get; set; }

Property Value

object

BalloonStyle

Gets or sets style of the balloon will be used as tooltip for this MapPinPoint.

Declaration

cs-api-definition
public BalloonStyleData BalloonStyle { get; set; }

Property Value

BalloonStyleData

HotSpot

Get or sets HotSpot which is represented in string.

Declaration

cs-api-definition
public string HotSpot { get; set; }

Property Value

string

Icon

Icon URI.

Declaration

cs-api-definition
public string Icon { get; set; }

Property Value

string

ImageScale

Get or sets image scale.

Declaration

cs-api-definition
public double ImageScale { get; set; }

Property Value

double

ImageSource

Gets the source for the image.

Declaration

cs-api-definition
public BitmapImage ImageSource { get; }

Property Value

BitmapImage

ImageTransform

Gets the render transform of the point.

Declaration

cs-api-definition
public Transform ImageTransform { get; }

Property Value

Transform

ImageVisibility

Gets visibility of the point image.

Declaration

cs-api-definition
public Visibility ImageVisibility { get; }

Property Value

Visibility

Text

Get or sets text of the point.

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string

ToolTip

Get the tooltip.

Declaration

cs-api-definition
public ToolTip ToolTip { get; }

Property Value

ToolTip