次の方法で共有


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

CLLocationManagerデリゲート オブジェクトである this

locations
CLLocation[]
属性

適用対象