Class
ImageryMetadata

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: BirdseyeMetadataStaticMapMetadata

Inherited Members Resource.BoundingBoxResource.Type

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

string

ImageUrl

Gets or sets the ImageUrl.

Declaration

cs-api-definition
[DataMember(Name = "imageUrl", EmitDefaultValue = false)]
public string ImageUrl { get; set; }

Property Value

string

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

string

VintageEnd

Gets or sets the VintageEnd.

Declaration

cs-api-definition
[DataMember(Name = "vintageEnd", EmitDefaultValue = false)]
public string VintageEnd { get; set; }

Property Value

string

VintageStart

Gets or sets the VintageStart.

Declaration

cs-api-definition
[DataMember(Name = "vintageStart", EmitDefaultValue = false)]
public string VintageStart { get; set; }

Property Value

string

ZoomMax

Gets or sets the ZoomMax.

Declaration

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

Property Value

int

ZoomMin

Gets or sets the ZoomMin.

Declaration

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

Property Value

int