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
監視対象のリージョン。
- 属性
注釈
アプリケーションは、最大 20 個の一意の名前 (によって定義) リージョンを Identifier監視できます。 リージョン通知の配信速度は、ネットワーク接続によって異なります。
リージョンの入退室通知は通常、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
メートル単位の精度。
- 属性
注釈
アプリケーションは、最大 20 個の一意の名前 (によって定義) リージョンを Identifier監視できます。 リージョン通知の配信速度は、ネットワーク接続によって異なります。
リージョンの入退室通知は通常、3 から 5 分以内に到着します。 半径が 400m 未満のリージョンは、iPhone 4S 以降のデバイスでより適切に動作します。 (通知速度は、M7 コプロセッサを搭載したデバイスでは最も速いようです)。