CLLocationManagerDelegate.UpdatedLocation Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Разработчики не должны использовать этот нерекомендуемый метод.
[Foundation.Export("locationManager:didUpdateToLocation:fromLocation:")]
[ObjCRuntime.Deprecated(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 UpdatedLocation (CoreLocation.CLLocationManager manager, CoreLocation.CLLocation newLocation, CoreLocation.CLLocation oldLocation);
abstract member UpdatedLocation : CoreLocation.CLLocationManager * CoreLocation.CLLocation * CoreLocation.CLLocation -> unit
override this.UpdatedLocation : CoreLocation.CLLocationManager * CoreLocation.CLLocation * CoreLocation.CLLocation -> unit
Параметры
- manager
- CLLocationManager
Объект , CLLocationManager для которого this
является объектом делегата.
- newLocation
- CLLocation
- oldLocation
- CLLocation
- Атрибуты