Class ImageryMetadata
Inheritance
System.Object
ImageryMetadata
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ImageryMetadata : Object
Constructors
ImageryMetadata()
Declaration
public ImageryMetadata()
Properties
ImageHeight
Declaration
public int ImageHeight { get; set; }
Property Value
|
System.Int32
|
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 int ImageWidth { get; set; }
Property Value
|
System.Int32
|
VintageEnd
Declaration
public Nullable<DateTime> VintageEnd { get; set; }
Property Value
|
System.Nullable<System.DateTime>
|
VintageStart
Declaration
public Nullable<DateTime> VintageStart { get; set; }
Property Value
|
System.Nullable<System.DateTime>
|
ZoomMax
Declaration
public int ZoomMax { get; set; }
Property Value
|
System.Int32
|
ZoomMin
Declaration
public int ZoomMin { get; set; }
Property Value
|
System.Int32
|