Condividi tramite


CLLocationManagerDelegate_Extensions.UpdatedLocation Metodo

Definizione

Gli sviluppatori non devono usare questo metodo deprecato.

[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 static void UpdatedLocation (this CoreLocation.ICLLocationManagerDelegate This, CoreLocation.CLLocationManager manager, CoreLocation.CLLocation newLocation, CoreLocation.CLLocation oldLocation);
static member UpdatedLocation : CoreLocation.ICLLocationManagerDelegate * CoreLocation.CLLocationManager * CoreLocation.CLLocation * CoreLocation.CLLocation -> unit

Parametri

This
ICLLocationManagerDelegate

Istanza in cui opera questo metodo di estensione.

manager
CLLocationManager

Oggetto CLLocationManager per il quale this è l'oggetto delegato.

newLocation
CLLocation
oldLocation
CLLocation
Attributi

Si applica a