Class
Location

Definition

Namespace:Telerik.Windows.Controls.Map.VEWPFImageryService

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
[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

Location()

Declaration

cs-api-definition
public Location()

Properties

Altitude

Declaration

cs-api-definition
[DataMember]
public double Altitude { get; set; }

Property Value

double

ExtensionData

Declaration

cs-api-definition
[Browsable(false)]
public ExtensionDataObject ExtensionData { get; set; }

Property Value

ExtensionDataObject

Implements IExtensibleDataObject.ExtensionData

Latitude

Declaration

cs-api-definition
[DataMember]
public double Latitude { get; set; }

Property Value

double

Longitude

Declaration

cs-api-definition
[DataMember]
public double Longitude { get; set; }

Property Value

double

Methods

RaisePropertyChanged(string)

Declaration

cs-api-definition
protected void RaisePropertyChanged(string propertyName)

Parameters

propertyName

string

Events

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged