PositionChangedEventArgs.Position Property

Definition

The location data associated with the PositionChanged event.

public:
 property Geoposition ^ Position { Geoposition ^ get(); };
Geoposition Position();
public Geoposition Position { get; }
var geoposition = positionChangedEventArgs.position;
Public ReadOnly Property Position As Geoposition

Property Value

A Geoposition object containing geographic location data.

Windows requirements

App capabilities
location ID_CAP_LOCATION [Windows Phone]

Applies to