Class
ImageryMetadata

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

Inheritance: objectImageryMetadata

Derived Classes: BirdseyeMetadata

Constructors

ImageryMetadata()

Declaration

cs-api-definition
public ImageryMetadata()

Properties

ImageHeight

Gets or sets height of the image tile.

Declaration

cs-api-definition
[DataMember(Name = "imageHeight")]
public int ImageHeight { get; set; }

Property Value

int

ImageUrl

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.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1056:UriPropertiesShouldNotBeStrings")]
[DataMember(Name = "imageUrl")]
public string ImageUrl { get; set; }

Property Value

string

ImageUrlSubdomains

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

Declaration

cs-api-definition
[DataMember(Name = "imageUrlSubdomains")]
public string[] ImageUrlSubdomains { get; set; }

Property Value

string[]

ImageWidth

Gets or sets width of the image tile.

Declaration

cs-api-definition
[DataMember(Name = "imageWidth")]
public int ImageWidth { get; set; }

Property Value

int

VintageEnd

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

Declaration

cs-api-definition
[DataMember(Name = "vintageEnd")]
public DateTime? VintageEnd { get; set; }

Property Value

DateTime?

VintageStart

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

Declaration

cs-api-definition
[DataMember(Name = "vintageStart")]
public DateTime? VintageStart { get; set; }

Property Value

DateTime?

ZoomMax

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

Declaration

cs-api-definition
[DataMember(Name = "zoomMax")]
public int ZoomMax { get; set; }

Property Value

int

ZoomMin

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

Declaration

cs-api-definition
[DataMember(Name = "zoomMin")]
public int ZoomMin { get; set; }

Property Value

int