CLLocationManagerDelegate.DidVisit(CLLocationManager, CLVisit) Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
[Foundation.Export("locationManager:didVisit:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 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 DidVisit (CoreLocation.CLLocationManager manager, CoreLocation.CLVisit visit);
abstract member DidVisit : CoreLocation.CLLocationManager * CoreLocation.CLVisit -> unit
override this.DidVisit : CoreLocation.CLLocationManager * CoreLocation.CLVisit -> unit
Параметры
- manager
- CLLocationManager
- visit
- CLVisit
- Атрибуты