다음을 통해 공유


CLLocationManager.SignificantLocationChangeMonitoringAvailable 속성

정의

"중요한 위치 변경" 모니터링(예: 셀 타워 스위치를 통해)을 사용할 수 있는지 여부입니다.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool SignificantLocationChangeMonitoringAvailable { [Foundation.Export("significantLocationChangeMonitoringAvailable")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] get; }
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool SignificantLocationChangeMonitoringAvailable { [Foundation.Export("significantLocationChangeMonitoringAvailable")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.SignificantLocationChangeMonitoringAvailable : bool

속성 값

true 이러한 모니터링을 사용할 수 있으면 입니다.

특성

설명

"중요한 위치 변경" 모니터링은 가장 낮은 전력 위치 모니터링 모드이며 주로 휴대폰 타워 변경 내용 추적을 통해 수행됩니다. 이 유형의 모니터링은 대략적 위치 데이터에 의해 충족되는 애플리케이션에 주로 유용합니다.

적용 대상