Class
UserProfile

Definition

Namespace:Telerik.Windows.Controls.Map.VEWPFImageryService

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
[DataContract(Name = "UserProfile", Namespace = "http://dev.virtualearth.net/webservices/v1/common")]
public class UserProfile : IExtensibleDataObject, INotifyPropertyChanged

Inheritance: objectUserProfile

Implements: IExtensibleDataObjectINotifyPropertyChanged

Constructors

UserProfile()

Declaration

cs-api-definition
public UserProfile()

Properties

CurrentHeading

Declaration

cs-api-definition
[DataMember]
public Heading CurrentHeading { get; set; }

Property Value

Heading

CurrentLocation

Declaration

cs-api-definition
[DataMember]
public UserLocation CurrentLocation { get; set; }

Property Value

UserLocation

DeviceType

Declaration

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

Property Value

DeviceType

DistanceUnit

Declaration

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

Property Value

DistanceUnit

ExtensionData

Declaration

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

Property Value

ExtensionDataObject

Implements IExtensibleDataObject.ExtensionData

IPAddress

Declaration

cs-api-definition
[DataMember]
public string IPAddress { get; set; }

Property Value

string

MapView

Declaration

cs-api-definition
[DataMember]
public ShapeBase MapView { get; set; }

Property Value

ShapeBase

ScreenSize

Declaration

cs-api-definition
[DataMember]
public SizeOfint ScreenSize { get; set; }

Property Value

SizeOfint

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