Share via


ICLLocationManagerDelegate Interface

Definition

This interface represents the Objective-C protocol CLLocationManagerDelegate.

[Foundation.Protocol(Name="CLLocationManagerDelegate", WrapperType=typeof(CoreLocation.CLLocationManagerDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="UpdatedLocation", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLLocation), typeof(CoreLocation.CLLocation) }, Selector="locationManager:didUpdateToLocation:fromLocation:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="UpdatedHeading", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLHeading) }, Selector="locationManager:didUpdateHeading:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldDisplayHeadingCalibration", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager) }, ReturnType=typeof(System.Boolean), Selector="locationManagerShouldDisplayHeadingCalibration:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Failed", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(Foundation.NSError) }, Selector="locationManager:didFailWithError:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="RegionEntered", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLRegion) }, Selector="locationManager:didEnterRegion:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="RegionLeft", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLRegion) }, Selector="locationManager:didExitRegion:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="MonitoringFailed", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLRegion), typeof(Foundation.NSError) }, Selector="locationManager:monitoringDidFailForRegion:withError:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidStartMonitoringForRegion", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLRegion) }, Selector="locationManager:didStartMonitoringForRegion:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidDetermineState", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLRegionState), typeof(CoreLocation.CLRegion) }, Selector="locationManager:didDetermineState:forRegion:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidRangeBeacons", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLBeacon[]), typeof(CoreLocation.CLBeaconRegion) }, Selector="locationManager:didRangeBeacons:inRegion:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidRangeBeaconsSatisfyingConstraint", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLBeacon[]), typeof(CoreLocation.CLBeaconIdentityConstraint) }, Selector="locationManager:didRangeBeacons:satisfyingConstraint:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="RangingBeaconsDidFailForRegion", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLBeaconRegion), typeof(Foundation.NSError) }, Selector="locationManager:rangingBeaconsDidFailForRegion:withError:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFailRangingBeacons", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLBeaconIdentityConstraint), typeof(Foundation.NSError) }, Selector="locationManager:didFailRangingBeaconsForConstraint:error:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidVisit", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLVisit) }, Selector="locationManager:didVisit:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="AuthorizationChanged", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLAuthorizationStatus) }, Selector="locationManager:didChangeAuthorizationStatus:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="LocationsUpdated", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLLocation[]) }, Selector="locationManager:didUpdateLocations:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="LocationUpdatesPaused", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager) }, Selector="locationManagerDidPauseLocationUpdates:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="LocationUpdatesResumed", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager) }, Selector="locationManagerDidResumeLocationUpdates:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DeferredUpdatesFinished", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(Foundation.NSError) }, Selector="locationManager:didFinishDeferredUpdatesWithError:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChangeAuthorization", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager) }, Selector="locationManagerDidChangeAuthorization:")]
public interface ICLLocationManagerDelegate : IDisposable, ObjCRuntime.INativeObject
[Foundation.Protocol(Name="CLLocationManagerDelegate", WrapperType=typeof(CoreLocation.CLLocationManagerDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="UpdatedLocation", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLLocation), typeof(CoreLocation.CLLocation) }, Selector="locationManager:didUpdateToLocation:fromLocation:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="UpdatedHeading", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLHeading) }, Selector="locationManager:didUpdateHeading:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldDisplayHeadingCalibration", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager) }, ReturnType=typeof(System.Boolean), Selector="locationManagerShouldDisplayHeadingCalibration:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Failed", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(Foundation.NSError) }, Selector="locationManager:didFailWithError:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="RegionEntered", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLRegion) }, Selector="locationManager:didEnterRegion:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="RegionLeft", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLRegion) }, Selector="locationManager:didExitRegion:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="MonitoringFailed", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLRegion), typeof(Foundation.NSError) }, Selector="locationManager:monitoringDidFailForRegion:withError:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidStartMonitoringForRegion", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLRegion) }, Selector="locationManager:didStartMonitoringForRegion:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidDetermineState", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLRegionState), typeof(CoreLocation.CLRegion) }, Selector="locationManager:didDetermineState:forRegion:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidRangeBeaconsSatisfyingConstraint", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLBeacon[]), typeof(CoreLocation.CLBeaconIdentityConstraint) }, Selector="locationManager:didRangeBeacons:satisfyingConstraint:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFailRangingBeacons", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLBeaconIdentityConstraint), typeof(Foundation.NSError) }, Selector="locationManager:didFailRangingBeaconsForConstraint:error:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidVisit", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLVisit) }, Selector="locationManager:didVisit:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="AuthorizationChanged", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLAuthorizationStatus) }, Selector="locationManager:didChangeAuthorizationStatus:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="LocationsUpdated", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLLocation[]) }, Selector="locationManager:didUpdateLocations:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="LocationUpdatesPaused", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager) }, Selector="locationManagerDidPauseLocationUpdates:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="LocationUpdatesResumed", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager) }, Selector="locationManagerDidResumeLocationUpdates:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DeferredUpdatesFinished", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(Foundation.NSError) }, Selector="locationManager:didFinishDeferredUpdatesWithError:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChangeAuthorization", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager) }, Selector="locationManagerDidChangeAuthorization:")]
public interface ICLLocationManagerDelegate : IDisposable, ObjCRuntime.INativeObject
[Foundation.Protocol(Name="CLLocationManagerDelegate", WrapperType=typeof(CoreLocation.CLLocationManagerDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Failed", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(Foundation.NSError) }, Selector="locationManager:didFailWithError:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="AuthorizationChanged", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLAuthorizationStatus) }, Selector="locationManager:didChangeAuthorizationStatus:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="LocationsUpdated", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLLocation[]) }, Selector="locationManager:didUpdateLocations:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChangeAuthorization", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager) }, Selector="locationManagerDidChangeAuthorization:")]
public interface ICLLocationManagerDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="CLLocationManagerDelegate", WrapperType=typeof(CoreLocation.CLLocationManagerDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="UpdatedLocation", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLLocation), typeof(CoreLocation.CLLocation) }, Selector="locationManager:didUpdateToLocation:fromLocation:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="UpdatedHeading", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLHeading) }, Selector="locationManager:didUpdateHeading:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldDisplayHeadingCalibration", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager) }, ReturnType=typeof(System.Boolean), Selector="locationManagerShouldDisplayHeadingCalibration:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Failed", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(Foundation.NSError) }, Selector="locationManager:didFailWithError:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="RegionEntered", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLRegion) }, Selector="locationManager:didEnterRegion:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="RegionLeft", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLRegion) }, Selector="locationManager:didExitRegion:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="MonitoringFailed", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLRegion), typeof(Foundation.NSError) }, Selector="locationManager:monitoringDidFailForRegion:withError:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidStartMonitoringForRegion", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLRegion) }, Selector="locationManager:didStartMonitoringForRegion:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidDetermineState", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLRegionState), typeof(CoreLocation.CLRegion) }, Selector="locationManager:didDetermineState:forRegion:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidRangeBeacons", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLBeacon[]), typeof(CoreLocation.CLBeaconRegion) }, Selector="locationManager:didRangeBeacons:inRegion:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidRangeBeaconsSatisfyingConstraint", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLBeacon[]), typeof(CoreLocation.CLBeaconIdentityConstraint) }, Selector="locationManager:didRangeBeacons:satisfyingConstraint:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="RangingBeaconsDidFailForRegion", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLBeaconRegion), typeof(Foundation.NSError) }, Selector="locationManager:rangingBeaconsDidFailForRegion:withError:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFailRangingBeacons", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLBeaconIdentityConstraint), typeof(Foundation.NSError) }, Selector="locationManager:didFailRangingBeaconsForConstraint:error:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidVisit", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLVisit) }, Selector="locationManager:didVisit:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="AuthorizationChanged", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLAuthorizationStatus) }, Selector="locationManager:didChangeAuthorizationStatus:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="LocationsUpdated", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLLocation[]) }, Selector="locationManager:didUpdateLocations:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="LocationUpdatesPaused", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager) }, Selector="locationManagerDidPauseLocationUpdates:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="LocationUpdatesResumed", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager) }, Selector="locationManagerDidResumeLocationUpdates:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DeferredUpdatesFinished", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(Foundation.NSError) }, Selector="locationManager:didFinishDeferredUpdatesWithError:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChangeAuthorization", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager) }, Selector="locationManagerDidChangeAuthorization:")>]
type ICLLocationManagerDelegate = interface
    interface INativeObject
    interface IDisposable
[<Foundation.Protocol(Name="CLLocationManagerDelegate", WrapperType=typeof(CoreLocation.CLLocationManagerDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="UpdatedLocation", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLLocation), typeof(CoreLocation.CLLocation) }, Selector="locationManager:didUpdateToLocation:fromLocation:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="UpdatedHeading", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLHeading) }, Selector="locationManager:didUpdateHeading:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldDisplayHeadingCalibration", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager) }, ReturnType=typeof(System.Boolean), Selector="locationManagerShouldDisplayHeadingCalibration:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Failed", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(Foundation.NSError) }, Selector="locationManager:didFailWithError:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="RegionEntered", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLRegion) }, Selector="locationManager:didEnterRegion:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="RegionLeft", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLRegion) }, Selector="locationManager:didExitRegion:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="MonitoringFailed", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLRegion), typeof(Foundation.NSError) }, Selector="locationManager:monitoringDidFailForRegion:withError:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidStartMonitoringForRegion", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLRegion) }, Selector="locationManager:didStartMonitoringForRegion:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidDetermineState", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLRegionState), typeof(CoreLocation.CLRegion) }, Selector="locationManager:didDetermineState:forRegion:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidRangeBeaconsSatisfyingConstraint", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLBeacon[]), typeof(CoreLocation.CLBeaconIdentityConstraint) }, Selector="locationManager:didRangeBeacons:satisfyingConstraint:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFailRangingBeacons", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLBeaconIdentityConstraint), typeof(Foundation.NSError) }, Selector="locationManager:didFailRangingBeaconsForConstraint:error:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidVisit", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLVisit) }, Selector="locationManager:didVisit:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="AuthorizationChanged", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLAuthorizationStatus) }, Selector="locationManager:didChangeAuthorizationStatus:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="LocationsUpdated", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLLocation[]) }, Selector="locationManager:didUpdateLocations:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="LocationUpdatesPaused", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager) }, Selector="locationManagerDidPauseLocationUpdates:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="LocationUpdatesResumed", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager) }, Selector="locationManagerDidResumeLocationUpdates:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DeferredUpdatesFinished", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(Foundation.NSError) }, Selector="locationManager:didFinishDeferredUpdatesWithError:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChangeAuthorization", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager) }, Selector="locationManagerDidChangeAuthorization:")>]
type ICLLocationManagerDelegate = interface
    interface INativeObject
    interface IDisposable
[<Foundation.Protocol(Name="CLLocationManagerDelegate", WrapperType=typeof(CoreLocation.CLLocationManagerDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="Failed", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(Foundation.NSError) }, Selector="locationManager:didFailWithError:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="AuthorizationChanged", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLAuthorizationStatus) }, Selector="locationManager:didChangeAuthorizationStatus:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="LocationsUpdated", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager), typeof(CoreLocation.CLLocation[]) }, Selector="locationManager:didUpdateLocations:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChangeAuthorization", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(CoreLocation.CLLocationManager) }, Selector="locationManagerDidChangeAuthorization:")>]
type ICLLocationManagerDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Name Description
AuthorizationChanged(CLLocationManager, CLAuthorizationStatus)

The authorization status of the application has changed.

DeferredUpdatesFinished(CLLocationManager, NSError)

Location updates will no longer be deferred.

DidChangeAuthorization(CLLocationManager)
DidDetermineState(CLLocationManager, CLRegionState, CLRegion)

The state of the region has changed.

DidFailRangingBeacons(CLLocationManager, CLBeaconIdentityConstraint, NSError)
DidRangeBeacons(CLLocationManager, CLBeacon[], CLBeaconRegion)

Range information was generated for beacons in region.

DidRangeBeaconsSatisfyingConstraint(CLLocationManager, CLBeacon[], CLBeaconIdentityConstraint)
DidStartMonitoringForRegion(CLLocationManager, CLRegion)

Monitoring began for region.

DidVisit(CLLocationManager, CLVisit)
Failed(CLLocationManager, NSError)

A failure occurred while updating locations.

LocationsUpdated(CLLocationManager, CLLocation[])

The device has generated locations updates.

LocationUpdatesPaused(CLLocationManager)

Location updating has been paused.

LocationUpdatesResumed(CLLocationManager)

Location updating has restarted after pausing.

MonitoringFailed(CLLocationManager, CLRegion, NSError)

Monitoring region failed.

RangingBeaconsDidFailForRegion(CLLocationManager, CLBeaconRegion, NSError)

error occurred while attempting to get range data from region.

RegionEntered(CLLocationManager, CLRegion)

Called when the device enters a monitored region.

RegionLeft(CLLocationManager, CLRegion)

Called when the device leaves a monitored region.

ShouldDisplayHeadingCalibration(CLLocationManager)

The system believes that the magnetometer should be calibrated.

UpdatedHeading(CLLocationManager, CLHeading)

The device's heading has been updated.

UpdatedLocation(CLLocationManager, CLLocation, CLLocation)

Developers should not use this deprecated method.

Extension Methods

Name Description
AuthorizationChanged(ICLLocationManagerDelegate, CLLocationManager, CLAuthorizationStatus)

The authorization status of the application has changed.

DeferredUpdatesFinished(ICLLocationManagerDelegate, CLLocationManager, NSError)

Location updates will no longer be deferred.

DidChangeAuthorization(ICLLocationManagerDelegate, CLLocationManager)
DidDetermineState(ICLLocationManagerDelegate, CLLocationManager, CLRegionState, CLRegion)

The state of the region has changed.

DidFailRangingBeacons(ICLLocationManagerDelegate, CLLocationManager, CLBeaconIdentityConstraint, NSError)
DidRangeBeacons(ICLLocationManagerDelegate, CLLocationManager, CLBeacon[], CLBeaconRegion)

Range information was generated for beacons in region.

DidRangeBeaconsSatisfyingConstraint(ICLLocationManagerDelegate, CLLocationManager, CLBeacon[], CLBeaconIdentityConstraint)
DidStartMonitoringForRegion(ICLLocationManagerDelegate, CLLocationManager, CLRegion)

Monitoring began for region.

DidVisit(ICLLocationManagerDelegate, CLLocationManager, CLVisit)
Failed(ICLLocationManagerDelegate, CLLocationManager, NSError)

A failure occurred while updating locations.

LocationsUpdated(ICLLocationManagerDelegate, CLLocationManager, CLLocation[])

The device has generated locations updates.

LocationUpdatesPaused(ICLLocationManagerDelegate, CLLocationManager)

Location updating has been paused.

LocationUpdatesResumed(ICLLocationManagerDelegate, CLLocationManager)

Location updating has restarted after pausing.

MonitoringFailed(ICLLocationManagerDelegate, CLLocationManager, CLRegion, NSError)

Monitoring region failed.

RangingBeaconsDidFailForRegion(ICLLocationManagerDelegate, CLLocationManager, CLBeaconRegion, NSError)

error occurred while attempting to get range data from region.

RegionEntered(ICLLocationManagerDelegate, CLLocationManager, CLRegion)

Called when the device enters a monitored region.

RegionLeft(ICLLocationManagerDelegate, CLLocationManager, CLRegion)

Called when the device leaves a monitored region.

ShouldDisplayHeadingCalibration(ICLLocationManagerDelegate, CLLocationManager)

The system believes that the magnetometer should be calibrated.

UpdatedHeading(ICLLocationManagerDelegate, CLLocationManager, CLHeading)

The device's heading has been updated.

UpdatedLocation(ICLLocationManagerDelegate, CLLocationManager, CLLocation, CLLocation)

Developers should not use this deprecated method.

GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to