GeolocationAccuracy 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示确定设备位置时的准确性级别。
public enum class GeolocationAccuracy
public enum GeolocationAccuracy
type GeolocationAccuracy =
Public Enum GeolocationAccuracy
- 继承
-
GeolocationAccuracy
字段
名称 | 值 | 说明 |
---|---|---|
Default | 0 | 表示默认准确性(中等),通常在 30-500 米内。 |
Lowest | 1 | 表示最低准确度,使用最小功率获取,通常在 1000-5000 米内。 |
Low | 2 | 表示低准确度,通常在 300-3000 米内。 |
Medium | 3 | 表示中等精度,通常在 30-500 米内。 |
High | 4 | 表示高准确度,通常在 10-100 米内。 |
Best | 5 | 表示最佳准确度,使用最大功率获取,通常在 10 米以内。 |