Rémi Bernon (@rbernon) commented about include/windows.devices.geolocation.idl:
- [contract(Windows.Foundation.UniversalApiContract, 1.0)]
- enum PositionAccuracy
- {
Default = 0,
High = 1
- };
- [contract(Windows.Foundation.UniversalApiContract, 1.0)]
- enum PositionStatus
- {
Ready = 0,
Initializing = 1,
NoData = 2,
Disabled = 3,
NotInitialized = 4,
NotAvailable = 5
Same.