CLLocationManagerDelegate
CLLocationManagerDelegate()
CLLocationManagerDelegate(IntPtr)
CLLocationManagerDelegate(NativeHandle)
CLLocationManagerDelegate(NSObjectFlag)
AuthorizationChanged(CLLocationManager, CLAuthorizationStatus)
DeferredUpdatesFinished(CLLocationManager, NSError)
DidChangeAuthorization(CLLocationManager)
DidDetermineState(CLLocationManager, CLRegionState, CLRegion)
DidFailRangingBeacons(CLLocationManager, CLBeaconIdentityConstraint, NSError)
DidRangeBeacons(CLLocationManager, CLBeacon[], CLBeaconRegion)
DidRangeBeaconsSatisfyingConstraint(CLLocationManager, CLBeacon[], CLBeaconIdentityConstraint)
DidStartMonitoringForRegion(CLLocationManager, CLRegion)
DidVisit(CLLocationManager, CLVisit)
Failed(CLLocationManager, NSError)
LocationsUpdated(CLLocationManager, CLLocation[])
LocationUpdatesPaused(CLLocationManager)
LocationUpdatesResumed(CLLocationManager)
MonitoringFailed(CLLocationManager, CLRegion, NSError)
RangingBeaconsDidFailForRegion(CLLocationManager, CLBeaconRegion, NSError)
RegionEntered(CLLocationManager, CLRegion)
RegionLeft(CLLocationManager, CLRegion)
ShouldDisplayHeadingCalibration(CLLocationManager)
UpdatedHeading(CLLocationManager, CLHeading)
UpdatedLocation(CLLocationManager, CLLocation, CLLocation)
xamarinios
namespace CoreLocation
{
[Model]
[Protocol]
[Register("CLLocationManagerDelegate", false)]
public class CLLocationManagerDelegate : NSObject, ICLLocationManagerDelegate, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
protected internal CLLocationManagerDelegate(IntPtr handle);
}
}
Xamarin iOS | 0.0 |
---|---|
Xamarin macOS | 0.0 |
Xamarin tvOS | 0.0 |
Xamarin watchOS | 0.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API