Share via


CLLocationManagerDelegate_Extensions.RegionLeft Method

Definition

Called when the device leaves a monitored region.

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

Parameters

manager
CLLocationManager

The CLLocationManager for which this is the delegate object.

region
CLRegion

The region left.

Attributes

Applies to