PositionChangedEventArgs.Position Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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]
|