Class ImageryMetadata
ImageryMetadata DataContract class.
Namespace: Telerik.Windows.Controls.DataVisualization.Map.BingRest
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class ImageryMetadata : Resource
Constructors
ImageryMetadata()
Declaration
public ImageryMetadata()
Properties
ImageHeight
Gets or sets the ImageHeight.
Declaration
public string ImageHeight { get; set; }
Property Value
System.String
|
ImageUrl
Gets or sets the ImageUrl.
Declaration
public string ImageUrl { get; set; }
Property Value
System.String
|
ImageUrlSubdomains
Gets or sets the ImageUrlSubdomains.
Declaration
public string[] ImageUrlSubdomains { get; set; }
Property Value
System.String[]
|
ImageWidth
Gets or sets the ImageWidth.
Declaration
public string ImageWidth { get; set; }
Property Value
System.String
|
VintageEnd
Gets or sets the VintageEnd.
Declaration
public string VintageEnd { get; set; }
Property Value
System.String
|
VintageStart
Gets or sets the VintageStart.
Declaration
public string VintageStart { get; set; }
Property Value
System.String
|
ZoomMax
Gets or sets the ZoomMax.
Declaration
public int ZoomMax { get; set; }
Property Value
System.Int32
|
ZoomMin
Gets or sets the ZoomMin.
Declaration
public int ZoomMin { get; set; }
Property Value
System.Int32
|