ICLLocationManagerDelegate 接口

定义

表示所需方法的接口 ((如果协议 CLLocationManagerDelegate有任何) )。

[Foundation.Protocol(Name="CLLocationManagerDelegate", WrapperType=typeof(CoreLocation.CLLocationManagerDelegateWrapper))]
public interface ICLLocationManagerDelegate : IDisposable, ObjCRuntime.INativeObject
type ICLLocationManagerDelegate = interface
    interface INativeObject
    interface IDisposable
派生
属性
实现

注解

此接口包含所需的方法 ((如果任何) 由 CLLocationManagerDelegate定义的协议)。

如果开发人员创建实现此接口的类,则实现方法将自动导出到 Objective-C,并使用协议中 CLLocationManagerDelegate 定义的方法的匹配签名。

可选方法 (类是否提供 CLLocationManagerDelegate_Extensions 任何) 作为接口的扩展方法,从而允许开发人员在协议上调用任何可选方法。

属性

Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 INativeObject)

扩展方法

AuthorizationChanged(ICLLocationManagerDelegate, CLLocationManager, CLAuthorizationStatus)

表示所需方法的接口 ((如果协议 CLLocationManagerDelegate有任何) )。

DeferredUpdatesFinished(ICLLocationManagerDelegate, CLLocationManager, NSError)

表示所需方法的接口 ((如果协议 CLLocationManagerDelegate有任何) )。

DidDetermineState(ICLLocationManagerDelegate, CLLocationManager, CLRegionState, CLRegion)

表示所需方法的接口 ((如果协议 CLLocationManagerDelegate有任何) )。

DidRangeBeacons(ICLLocationManagerDelegate, CLLocationManager, CLBeacon[], CLBeaconRegion)

表示所需方法的接口 ((如果协议 CLLocationManagerDelegate有任何) )。

DidStartMonitoringForRegion(ICLLocationManagerDelegate, CLLocationManager, CLRegion)

表示所需方法的接口 ((如果协议 CLLocationManagerDelegate有任何) )。

DidVisit(ICLLocationManagerDelegate, CLLocationManager, CLVisit)

表示所需方法的接口 ((如果协议 CLLocationManagerDelegate有任何) )。

Failed(ICLLocationManagerDelegate, CLLocationManager, NSError)

表示所需方法的接口 ((如果协议 CLLocationManagerDelegate有任何) )。

LocationsUpdated(ICLLocationManagerDelegate, CLLocationManager, CLLocation[])

表示所需方法的接口 ((如果协议 CLLocationManagerDelegate有任何) )。

LocationUpdatesPaused(ICLLocationManagerDelegate, CLLocationManager)

表示所需方法的接口 ((如果协议 CLLocationManagerDelegate有任何) )。

LocationUpdatesResumed(ICLLocationManagerDelegate, CLLocationManager)

表示所需方法的接口 ((如果协议 CLLocationManagerDelegate有任何) )。

MonitoringFailed(ICLLocationManagerDelegate, CLLocationManager, CLRegion, NSError)

表示所需方法的接口 ((如果协议 CLLocationManagerDelegate有任何) )。

RangingBeaconsDidFailForRegion(ICLLocationManagerDelegate, CLLocationManager, CLBeaconRegion, NSError)

表示所需方法的接口 ((如果协议 CLLocationManagerDelegate有任何) )。

RegionEntered(ICLLocationManagerDelegate, CLLocationManager, CLRegion)

表示所需方法的接口 ((如果协议 CLLocationManagerDelegate有任何) )。

RegionLeft(ICLLocationManagerDelegate, CLLocationManager, CLRegion)

表示所需方法的接口 ((如果协议 CLLocationManagerDelegate有任何) )。

ShouldDisplayHeadingCalibration(ICLLocationManagerDelegate, CLLocationManager)

表示所需方法的接口 ((如果协议 CLLocationManagerDelegate有任何) )。

UpdatedHeading(ICLLocationManagerDelegate, CLLocationManager, CLHeading)

表示所需方法的接口 ((如果协议 CLLocationManagerDelegate有任何) )。

UpdatedLocation(ICLLocationManagerDelegate, CLLocationManager, CLLocation, CLLocation)

开发人员不应使用此已弃用的方法。

适用于