GeolocationAccuracy 枚举

定义

表示确定位置时的准确性级别。

public enum GeolocationAccuracy
继承
System.Enum
GeolocationAccuracy

字段

Best 5

表示最佳准确度,使用最大功率获取,通常在 10 米以内。

Default 0

表示默认精度 (中等) ,通常为 30-500 米。

High 4

表示高准确度,通常在 10-100 米范围内。

Low 2

表示精度低,通常在 300-3000 米范围内。

Lowest 1

表示最低准确度,使用最小功率获取,通常在 1000-5000 米范围内。

Medium 3

表示中等精度,通常在 30-500 米范围内。

适用于