New to Telerik UI for WPFStart a free 30-day trial

ImageryMetadata DataContract class.

Definition

Namespace:Telerik.Windows.Controls.DataVisualization.Map.BingRest

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
[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: BirdseyeMetadataStaticMapMetadata

Inherited Members Resource.BoundingBoxResource.Type

Constructors

C#
public ImageryMetadata()

Properties

Gets or sets the ImageHeight.

C#
[DataMember(Name = "imageHeight", EmitDefaultValue = false)]
public string ImageHeight { get; set; }

Gets or sets the ImageUrl.

C#
[DataMember(Name = "imageUrl", EmitDefaultValue = false)]
public string ImageUrl { get; set; }

Gets or sets the ImageUrlSubdomains.

C#
[DataMember(Name = "imageUrlSubdomains", EmitDefaultValue = false)]
public string[] ImageUrlSubdomains { get; set; }

Gets or sets the ImageWidth.

C#
[DataMember(Name = "imageWidth", EmitDefaultValue = false)]
public string ImageWidth { get; set; }

Gets or sets the VintageEnd.

C#
[DataMember(Name = "vintageEnd", EmitDefaultValue = false)]
public string VintageEnd { get; set; }

Gets or sets the VintageStart.

C#
[DataMember(Name = "vintageStart", EmitDefaultValue = false)]
public string VintageStart { get; set; }

Gets or sets the ZoomMax.

C#
[DataMember(Name = "zoomMax", EmitDefaultValue = false)]
public int ZoomMax { get; set; }

Gets or sets the ZoomMin.

C#
[DataMember(Name = "zoomMin", EmitDefaultValue = false)]
public int ZoomMin { get; set; }