ClassImageryMetadataResult
Class
Definition
Namespace:Telerik.Windows.Controls.Map.VEWPFImageryService
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
[DataContract(Name = "ImageryMetadataResult", Namespace = "http://dev.virtualearth.net/webservices/v1/imagery")]
[KnownType(typeof(ImageryMetadataBirdseyeResult))]
public class ImageryMetadataResult : IExtensibleDataObject, INotifyPropertyChanged
Inheritance: objectImageryMetadataResult
Derived Classes:
Implements:
Constructors
ImageryMetadataResult()
Declaration
cs-api-definition
public ImageryMetadataResult()
Properties
ExtensionData
Declaration
cs-api-definition
[Browsable(false)]
public ExtensionDataObject ExtensionData { get; set; }
Property Value
ExtensionDataObject
Implements
ImageSize
Declaration
cs-api-definition
[DataMember]
public SizeOfint ImageSize { get; set; }
Property Value
ImageUri
Declaration
cs-api-definition
[DataMember]
public string ImageUri { get; set; }
Property Value
ImageUriSubdomains
Declaration
cs-api-definition
[DataMember]
public string[] ImageUriSubdomains { get; set; }
Property Value
string[]
ImageryProviders
Declaration
cs-api-definition
[DataMember]
public ImageryProvider[] ImageryProviders { get; set; }
Property Value
Vintage
Declaration
cs-api-definition
[DataMember]
public RangeOfdateTime Vintage { get; set; }
Property Value
ZoomRange
Declaration
cs-api-definition
[DataMember]
public RangeOfint ZoomRange { get; set; }
Property Value
Methods
RaisePropertyChanged(string)
Declaration
cs-api-definition
protected void RaisePropertyChanged(string propertyName)
Parameters
propertyName
Events
PropertyChanged
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements