Class BirdseyeMetadata
BirdseyeMetadata DataContract class.
Inherited Members
Namespace: Telerik.Windows.Controls.DataVisualization.Map.BingRest
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class BirdseyeMetadata : ImageryMetadata
Constructors
BirdseyeMetadata()
Declaration
public BirdseyeMetadata()
Properties
Orientation
Gets or sets the Orientation.
Declaration
public double Orientation { get; set; }
Property Value
System.Double
|
TilesX
Gets or sets the TilesX.
Declaration
public int TilesX { get; set; }
Property Value
System.Int32
|
TilesY
Gets or sets the TilesY.
Declaration
public int TilesY { get; set; }
Property Value
System.Int32
|