Class BirdseyeMetadata
Provides Birds eye imagery metadata information.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class BirdseyeMetadata : ImageryMetadata
Constructors
BirdseyeMetadata()
Declaration
public BirdseyeMetadata()
Properties
Orientation
Gets or sets the orientation of the viewport for the imagery metadata in degrees where 0 = North [default], 90 = East, 180 = South, 270 = West.
Declaration
public double Orientation { get; set; }
Property Value
System.Double
|
TilesX
Gets or sets the horizontal dimension of the imagery in number of tiles.
Declaration
public int TilesX { get; set; }
Property Value
System.Int32
|
TilesY
Gets or sets the vertical dimension of the imagery in number of tiles.
Declaration
public int TilesY { get; set; }
Property Value
System.Int32
|