New to Telerik UI for WPFStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Controls.Map.VEWPFImageryService

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
[DataContract(Name = "Location", Namespace = "http://dev.virtualearth.net/webservices/v1/common")]
[KnownType(typeof(GeocodeLocation))]
[KnownType(typeof(UserLocation))]
public class Location : IExtensibleDataObject, INotifyPropertyChanged

Inheritance: objectLocation

Derived Classes: GeocodeLocationUserLocation

Implements: IExtensibleDataObjectINotifyPropertyChanged

Constructors

C#
public Location()

Properties

C#
[DataMember]
public double Altitude { get; set; }

ExtensionData

ExtensionDataObject

C#
[Browsable(false)]
public ExtensionDataObject ExtensionData { get; set; }

Implements: IExtensibleDataObject.ExtensionData

C#
[DataMember]
public double Latitude { get; set; }
C#
[DataMember]
public double Longitude { get; set; }

Methods

C#
protected void RaisePropertyChanged(string propertyName)
Parameters:propertyNamestring

Events

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged