ClassImageryMetadata
Class
ImageryMetadata DataContract class.
Definition
Namespace:Telerik.Windows.Controls.DataVisualization.Map.BingRest
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
[DataContract(Namespace = "http://schemas.microsoft.com/search/local/ws/rest/v1")]
[KnownType(typeof(StaticMapMetadata))]
[KnownType(typeof(BirdseyeMetadata))]
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class ImageryMetadata : Resource
Inheritance: objectResourceImageryMetadata
Derived Classes:
Inherited Members
Constructors
ImageryMetadata()
Declaration
cs-api-definition
public ImageryMetadata()
Properties
ImageHeight
Gets or sets the ImageHeight.
Declaration
cs-api-definition
[DataMember(Name = "imageHeight", EmitDefaultValue = false)]
public string ImageHeight { get; set; }
Property Value
ImageUrl
Gets or sets the ImageUrl.
Declaration
cs-api-definition
[DataMember(Name = "imageUrl", EmitDefaultValue = false)]
public string ImageUrl { get; set; }
Property Value
ImageUrlSubdomains
Gets or sets the ImageUrlSubdomains.
Declaration
cs-api-definition
[DataMember(Name = "imageUrlSubdomains", EmitDefaultValue = false)]
public string[] ImageUrlSubdomains { get; set; }
Property Value
string[]
ImageWidth
Gets or sets the ImageWidth.
Declaration
cs-api-definition
[DataMember(Name = "imageWidth", EmitDefaultValue = false)]
public string ImageWidth { get; set; }
Property Value
VintageEnd
Gets or sets the VintageEnd.
Declaration
cs-api-definition
[DataMember(Name = "vintageEnd", EmitDefaultValue = false)]
public string VintageEnd { get; set; }
Property Value
VintageStart
Gets or sets the VintageStart.
Declaration
cs-api-definition
[DataMember(Name = "vintageStart", EmitDefaultValue = false)]
public string VintageStart { get; set; }
Property Value
ZoomMax
Gets or sets the ZoomMax.
Declaration
cs-api-definition
[DataMember(Name = "zoomMax", EmitDefaultValue = false)]
public int ZoomMax { get; set; }
Property Value