ClassBirdseyeMetadata
Class
Provides Birds eye imagery metadata information.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
[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
BirdseyeMetadata()
Declaration
cs-api-definition
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
cs-api-definition
[DataMember(Name = "orientation")]
public double Orientation { get; set; }
Property Value
TilesX
Gets or sets the horizontal dimension of the imagery in number of tiles.
Declaration
cs-api-definition
[DataMember(Name = "tilesX")]
public int TilesX { get; set; }
Property Value