Geolocator.LocationStatus 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 status that indicates the ability of the Geolocator to provide ___location updates.
public:
property PositionStatus LocationStatus { PositionStatus get(); };
PositionStatus LocationStatus();
public PositionStatus LocationStatus { get; }
var positionStatus = geolocator.locationStatus;
Public ReadOnly Property LocationStatus As PositionStatus
Property Value
The status of the Geolocator.
Windows requirements
App capabilities |
___location
|
Remarks
The LocationStatus
property is updated dynamically only when a tracking session is active. Otherwise, it is either NotInitialized
or Disabled
.