Share via


CLLocationManagerDelegate.RegionEntered(CLLocationManager, CLRegion) Method

Definition

Called when the device enters a monitored region.

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

Parameters

manager
CLLocationManager

The CLLocationManager for which this is the delegate object.

region
CLRegion

The region entered.

Implements

Attributes

Applies to