CLLocationManagerDelegate.DidStartMonitoringForRegion Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Мониторинг начался для region
.
[Foundation.Export("locationManager:didStartMonitoringForRegion:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DidStartMonitoringForRegion (CoreLocation.CLLocationManager manager, CoreLocation.CLRegion region);
[Foundation.Export("locationManager:didStartMonitoringForRegion:")]
[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 DidStartMonitoringForRegion (CoreLocation.CLLocationManager manager, CoreLocation.CLRegion region);
abstract member DidStartMonitoringForRegion : CoreLocation.CLLocationManager * CoreLocation.CLRegion -> unit
override this.DidStartMonitoringForRegion : CoreLocation.CLLocationManager * CoreLocation.CLRegion -> unit
Параметры
- manager
- CLLocationManager
Объект , CLLocationManager для которого this
является объектом делегата.
- region
- CLRegion
- Атрибуты