Compartilhar via


CLLocationManagerDelegate_Extensions.UpdatedLocation Método

Definição

Os desenvolvedores não devem usar esse método preterido.

[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

Parâmetros

This
ICLLocationManagerDelegate

A instância na qual esse método de extensão opera.

manager
CLLocationManager

O CLLocationManager para o qual this é o objeto delegado.

newLocation
CLLocation
oldLocation
CLLocation
Atributos

Aplica-se a