Package org.robovm.apple.corelocation
Interface CLLocationManagerDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
CLLocationManagerDelegateAdapter
public interface CLLocationManagerDelegate extends NSObjectProtocol
-
Method Summary
-
Method Details
-
didUpdateLocations
-
didUpdateHeading
-
shouldDisplayHeadingCalibration
-
didDetermineState
-
didRangeBeacons
@Deprecated void didRangeBeacons(CLLocationManager manager, NSArray<CLBeacon> beacons, CLBeaconRegion region)Deprecated.Deprecated in iOS 13.0. Use locationManager:didRangeBeacons:satisfyingConstraint: -
rangingBeaconsDidFail
@Deprecated void rangingBeaconsDidFail(CLLocationManager manager, CLBeaconRegion region, NSError error)Deprecated.Deprecated in iOS 13.0. Use locationManager:didFailRangingBeaconsForConstraint:error: -
didRangeBeacons
void didRangeBeacons(CLLocationManager manager, NSArray<CLBeacon> beacons, CLBeaconIdentityConstraint beaconConstraint)- Since:
- Available in iOS 13.0 and later.
-
didFailRangingBeacons
void didFailRangingBeacons(CLLocationManager manager, CLBeaconIdentityConstraint beaconConstraint, NSError error)- Since:
- Available in iOS 13.0 and later.
-
didEnterRegion
-
didExitRegion
-
didFail
-
monitoringDidFail
-
didChangeAuthorizationStatus
@Deprecated void didChangeAuthorizationStatus(CLLocationManager manager, CLAuthorizationStatus status)Deprecated.Deprecated in iOS 14.0. Use -locationManagerDidChangeAuthorization: -
locationManagerDidChangeAuthorization
- Since:
- Available in iOS 14.0 and later.
-
didStartMonitoring
-
didPauseLocationUpdates
-
didResumeLocationUpdates
-
didFinishDeferredUpdates
-
didVisit
-