PositionSource 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示用于获取 Geocoordinate 的源。
public enum class PositionSource
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PositionSource
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PositionSource
var value = Windows.Devices.Geolocation.PositionSource.cellular
Public Enum PositionSource
- 继承
-
PositionSource
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
应用功能 |
location
ID_CAP_LOCATION [Windows Phone]
|
字段
Cellular | 0 | 该位置是从手机网络数据获取的。 |
Default | 5 | (从 Windows 10 版本 1607.) 位置是从用户手动设置的位置获取的。 |
IPAddress | 3 | (从 Windows 8.1.) 从 IP 地址获取位置。 |
Obfuscated | 6 | (从 Windows 10 版本 1607.) 位置是通过粗略位置功能获取的,因此故意在一定程度上不准确。 |
Satellite | 1 | 该位置是从卫星数据中获取的。 |
Unknown | 4 | (从 Windows 8.1.) 开始,该位置是从未知来源获取的。 |
WiFi | 2 | 该位置是从 Wi-Fi 网络数据获取的。 |
注解
版本历史记录
Windows 版本 | SDK 版本 | 已添加值 |
---|---|---|
1607 | 14393 | 默认 |
1607 | 14393 | 混淆 |