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

Provides 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 = "ImageryMetadata")]
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class ImageryMetadata

Inheritance: objectImageryMetadata

Derived Classes: BirdseyeMetadata

Constructors

C#
public ImageryMetadata()

Properties

Gets or sets height of the image tile.

C#
[DataMember(Name = "imageHeight")]
public int ImageHeight { get; set; }

Gets or sets a URL template for an image tile if a specific point is specified or general URL template for the specified imagery set.

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

Gets or sets 1 or more URL subdomains that may be used when constructing an image tile URL.

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

Gets or sets width of the image tile.

C#
[DataMember(Name = "imageWidth")]
public int ImageWidth { get; set; }

Gets or sets the latest date found in an imagery set or for a specific imagery tile.

C#
[DataMember(Name = "vintageEnd")]
public DateTime? VintageEnd { get; set; }

Gets or sets the earliest date found in an imagery set or for a specific imagery tile.

C#
[DataMember(Name = "vintageStart")]
public DateTime? VintageStart { get; set; }

Gets or sets the maximum zoom level available for this imagery set.

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

Gets or sets the minimum zoom level available for this imagery set.

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