CLLocationManagerDelegate.LocationUpdatesPaused(CLLocationManager) 方法

定义

位置更新已暂停。

[Foundation.Export("locationManagerDidPauseLocationUpdates:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void LocationUpdatesPaused (CoreLocation.CLLocationManager manager);
abstract member LocationUpdatesPaused : CoreLocation.CLLocationManager -> unit
override this.LocationUpdatesPaused : CoreLocation.CLLocationManager -> unit

参数

manager
CLLocationManager

this为其CLLocationManager指定委托对象的 。

属性

适用于