locationManager(_:didRange:satisfying:)
Tells the delegate that the location manager detected at least one beacon that satisfies the provided constraint.
Declaration
optional func locationManager(_ manager: CLLocationManager, didRange beacons: [CLBeacon], satisfying beaconConstraint: CLBeaconIdentityConstraint)Parameters
- manager:
The Cllocationmanager that corresponds to this delegate.
- beacons:
An array of Clbeacon objects.
- beaconConstraint:
The Clbeaconidentityconstraint that describes the characteristics of the beacons the location manager is looking for.