Поделиться через


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[]
Атрибуты

Применяется к