ClassImageryMetadata
Provides imagery metadata information.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
[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:
Constructors
ImageryMetadata()
Declaration
public ImageryMetadata()
Properties
ImageHeight
Gets or sets height of the image tile.
Declaration
[DataMember(Name = "imageHeight")]
public int ImageHeight { get; set; }
Property Value
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
[SuppressMessage("Microsoft.Design", "CA1056:UriPropertiesShouldNotBeStrings")]
[DataMember(Name = "imageUrl")]
public string ImageUrl { get; set; }
Property Value
ImageUrlSubdomains
Gets or sets 1 or more URL subdomains that may be used when constructing an image tile URL.
Declaration
[DataMember(Name = "imageUrlSubdomains")]
public string[] ImageUrlSubdomains { get; set; }
Property Value
string[]
ImageWidth
Gets or sets width of the image tile.
Declaration
[DataMember(Name = "imageWidth")]
public int ImageWidth { get; set; }
Property Value
VintageEnd
Gets or sets the latest date found in an imagery set or for a specific imagery tile.
Declaration
[DataMember(Name = "vintageEnd")]
public DateTime? VintageEnd { get; set; }
Property Value
VintageStart
Gets or sets the earliest date found in an imagery set or for a specific imagery tile.
Declaration
[DataMember(Name = "vintageStart")]
public DateTime? VintageStart { get; set; }
Property Value
ZoomMax
Gets or sets the maximum zoom level available for this imagery set.
Declaration
[DataMember(Name = "zoomMax")]
public int ZoomMax { get; set; }
Property Value