다음을 통해 공유


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[]
특성

적용 대상