StatusChangedEventArgs.Status 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 updated status of the Geolocator object.
public:
property PositionStatus Status { PositionStatus get(); };
PositionStatus Status();
public PositionStatus Status { get; }
var positionStatus = statusChangedEventArgs.status;
Public ReadOnly Property Status As PositionStatus
Property Value
The updated status of the Geolocator object. The status indicates the ability of the Geolocator to provide location updates.
Windows requirements
App capabilities |
location
ID_CAP_LOCATION [Windows Phone]
|