Share via


CLLocationManagerDelegate_Extensions.RegionEntered Method

Definition

Called when the device enters a monitored region.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void RegionEntered(this CoreLocation.ICLLocationManagerDelegate This, CoreLocation.CLLocationManager manager, CoreLocation.CLRegion region);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member RegionEntered : CoreLocation.ICLLocationManagerDelegate * CoreLocation.CLLocationManager * CoreLocation.CLRegion -> unit

Parameters

manager
CLLocationManager

The CLLocationManager for which this is the delegate object.

region
CLRegion

The region entered.

Attributes

Applies to