次の方法で共有


CLLocationManagerDelegate.RegionLeft(CLLocationManager, CLRegion) メソッド

定義

デバイスが監視対象リージョンを離れると呼び出されます。

[Foundation.Export("locationManager:didExitRegion:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RegionLeft (CoreLocation.CLLocationManager manager, CoreLocation.CLRegion region);
[Foundation.Export("locationManager:didExitRegion:")]
[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 RegionLeft (CoreLocation.CLLocationManager manager, CoreLocation.CLRegion region);
abstract member RegionLeft : CoreLocation.CLLocationManager * CoreLocation.CLRegion -> unit
override this.RegionLeft : CoreLocation.CLLocationManager * CoreLocation.CLRegion -> unit

パラメーター

manager
CLLocationManager

CLLocationManagerデリゲート オブジェクトである this

region
CLRegion

左側のリージョン。

属性

適用対象