Partager via


CLLocationManagerDelegate_Extensions.UpdatedLocation Méthode

Définition

Les développeurs ne doivent pas utiliser cette méthode dépréciée.

[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

Paramètres

This
ICLLocationManagerDelegate

Instance sur laquelle cette méthode d’extension fonctionne.

manager
CLLocationManager

CLLocationManager pour lequel this est l’objet délégué.

newLocation
CLLocation
oldLocation
CLLocation
Attributs

S’applique à