CLProximity 枚举

定义

一个枚举,其值指定 iBeacon 的物理邻近度。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CLProximity
type CLProximity = 
继承
CLProximity
属性

字段

Far 3

iBeacon 报告的最远距离。

Immediate 1

iBeacon 报告的最近距离。

Near 2

iBeacon 报告的中间距离。

Unknown 0

无法估计到 iBeacon 的距离。

注解

Proximity 返回值因电源输出和物理环境而异。 很难将这些定性值转换为绝对物理距离。

适用于

另请参阅