Share via


CLLocationManagerDelegate.DidStartMonitoringForRegion Method

Definition

Monitoring began for region.

[Foundation.Export("locationManager:didStartMonitoringForRegion:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidStartMonitoringForRegion(CoreLocation.CLLocationManager manager, CoreLocation.CLRegion region);
[<Foundation.Export("locationManager:didStartMonitoringForRegion:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidStartMonitoringForRegion : CoreLocation.CLLocationManager * CoreLocation.CLRegion -> unit
override this.DidStartMonitoringForRegion : CoreLocation.CLLocationManager * CoreLocation.CLRegion -> unit

Parameters

manager
CLLocationManager

The CLLocationManager for which this is the delegate object.

region
CLRegion

Implements

Attributes

Applies to