Share via


CLLocationManagerDelegate_Extensions.DidDetermineState Method

Definition

The state of the region has changed.

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

Parameters

manager
CLLocationManager

The CLLocationManager for which this is the delegate object.

state
CLRegionState

The new state of the region.

region
CLRegion
Attributes

Applies to