Share via


CLLocationManagerDelegate.DidRangeBeacons Method

Definition

Range information was generated for beacons in region.

[Foundation.Export("locationManager:didRangeBeacons:inRegion:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidRangeBeacons(CoreLocation.CLLocationManager manager, CoreLocation.CLBeacon[] beacons, CoreLocation.CLBeaconRegion region);
[<Foundation.Export("locationManager:didRangeBeacons:inRegion:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidRangeBeacons : CoreLocation.CLLocationManager * CoreLocation.CLBeacon[] * CoreLocation.CLBeaconRegion -> unit
override this.DidRangeBeacons : CoreLocation.CLLocationManager * CoreLocation.CLBeacon[] * CoreLocation.CLBeaconRegion -> unit

Parameters

manager
CLLocationManager

The CLLocationManager for which this is the delegate object.

beacons
CLBeacon[]

The ranged CLBeacons.

Implements

Attributes

Applies to