BirdseyeMetadata
Class
Provides Birds eye imagery metadata information.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
[DataContract(Namespace = "http://schemas.microsoft.com/search/local/ws/rest/v1", Name = "BirdseyeMetadata")]
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class BirdseyeMetadata : ImageryMetadata
Inheritance: objectImageryMetadataBirdseyeMetadata
Inherited Members
Constructors
C#
public BirdseyeMetadata()
Properties
Gets or sets the orientation of the viewport for the imagery metadata in degrees where 0 = North [default], 90 = East, 180 = South, 270 = West.
C#
[DataMember(Name = "orientation")]
public double Orientation { get; set; }
Gets or sets the horizontal dimension of the imagery in number of tiles.
C#
[DataMember(Name = "tilesX")]
public int TilesX { get; set; }