Class Location
Inheritance
System.Object
Location
Namespace: Telerik.Windows.Controls.Map.VEWPFImageryService
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class Location : Object, IExtensibleDataObject, INotifyPropertyChanged
Constructors
Location()
Declaration
public Location()
Properties
Altitude
Declaration
public double Altitude { get; set; }
Property Value
System.Double
|
ExtensionData
Declaration
public ExtensionDataObject ExtensionData { get; set; }
Property Value
System.Runtime.Serialization.ExtensionDataObject
|
Latitude
Declaration
public double Latitude { get; set; }
Property Value
System.Double
|
Longitude
Declaration
public double Longitude { get; set; }
Property Value
System.Double
|
Methods
RaisePropertyChanged(String)
Declaration
protected void RaisePropertyChanged(string propertyName)
Parameters
System.String
propertyName
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|