StatusChangedEventArgs.Status Property

Definition

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]

Applies to