GeolocationAccuracy 枚举

定义

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

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 米以内。

适用于