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