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