CLLocationManager.StartMonitoring 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
StartMonitoring(CLRegion) |
진입 및 종료에 대한 모니터링을 |
StartMonitoring(CLRegion, Double) |
지역 모니터링을 시작합니다. |
StartMonitoring(CLRegion)
진입 및 종료에 대한 모니터링을 region
시작합니다.
[Foundation.Export("startMonitoringForRegion:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void StartMonitoring (CoreLocation.CLRegion region);
[Foundation.Export("startMonitoringForRegion:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void StartMonitoring (CoreLocation.CLRegion region);
abstract member StartMonitoring : CoreLocation.CLRegion -> unit
override this.StartMonitoring : CoreLocation.CLRegion -> unit
매개 변수
- region
- CLRegion
모니터링할 지역입니다.
- 특성
설명
애플리케이션은 고유하게 명명된(에 의해 Identifier정의됨) 지역을 최대 20개까지 모니터링할 수 있습니다. 지역 알림이 전달되는 속도는 네트워크 연결에 따라 달라집니다.
지역 진입/종료 알림은 일반적으로 3~5분 내에 도착합니다. 반경이 400m 미만인 지역은 iPhone 4S 이상 장치에서 더 잘 작동합니다. (M7 공동 프로세서가 있는 디바이스에서 알림 속도가 가장 빠른 것 같습니다.)
적용 대상
StartMonitoring(CLRegion, Double)
지역 모니터링을 시작합니다.
[Foundation.Export("startMonitoringForRegion:desiredAccuracy:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void StartMonitoring (CoreLocation.CLRegion region, double desiredAccuracy);
abstract member StartMonitoring : CoreLocation.CLRegion * double -> unit
override this.StartMonitoring : CoreLocation.CLRegion * double -> unit
매개 변수
- region
- CLRegion
모니터링할 지역
- desiredAccuracy
- Double
미터의 정확도입니다.
- 특성
설명
애플리케이션은 고유하게 명명된(에 의해 Identifier정의됨) 지역을 최대 20개까지 모니터링할 수 있습니다. 지역 알림이 전달되는 속도는 네트워크 연결에 따라 달라집니다.
지역 진입/종료 알림은 일반적으로 3~5분 내에 도착합니다. 반경이 400m 미만인 지역은 iPhone 4S 이상 장치에서 더 잘 작동합니다. (M7 공동 프로세서가 있는 디바이스에서 알림 속도가 가장 빠른 것 같습니다.)