共用方式為


CLLocationManagerDelegate.LocationsUpdated 方法

定義

裝置已產生 locations 更新。

[Foundation.Export("locationManager:didUpdateLocations:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void LocationsUpdated (CoreLocation.CLLocationManager manager, CoreLocation.CLLocation[] locations);
abstract member LocationsUpdated : CoreLocation.CLLocationManager * CoreLocation.CLLocation[] -> unit
override this.LocationsUpdated : CoreLocation.CLLocationManager * CoreLocation.CLLocation[] -> unit

參數

manager
CLLocationManager

thisCLLocationManager 其為委派物件。

locations
CLLocation[]
屬性

適用於