namespace CoreLocation
{
[Protocol(Name = "CLLocationManagerDelegate", WrapperType = typeof(CLLocationManagerDelegateWrapper))]
[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 = "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 = "ShouldDisplayHeadingCalibration", ParameterByRef = {false}, ParameterType = {typeof(CoreLocation.CLLocationManager)}, ReturnType = typeof(bool), Selector = "locationManagerShouldDisplayHeadingCalibration:")]
public interface ICLLocationManagerDelegate : INativeObject, IDisposable
}