Partager via


ILocationListener.OnLocationChanged(Location) Méthode

Définition

Appelé lorsque l’emplacement a changé.

[Android.Runtime.Register("onLocationChanged", "(Landroid/location/Location;)V", "GetOnLocationChanged_Landroid_location_Location_Handler:Android.Locations.ILocationListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnLocationChanged (Android.Locations.Location location);
[<Android.Runtime.Register("onLocationChanged", "(Landroid/location/Location;)V", "GetOnLocationChanged_Landroid_location_Location_Handler:Android.Locations.ILocationListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnLocationChanged : Android.Locations.Location -> unit

Paramètres

location
Location

l’emplacement mis à jour

Attributs

Remarques

Appelé lorsque l’emplacement a changé. Un wakelock peut être conservé pour le compte de l’écouteur pendant une courte période pendant l’exécution de ce rappel. Si ce rappel effectue des opérations de longue durée, il incombe au client d’obtenir son propre wakelock si nécessaire.

Documentation Java pour android.location.LocationListener.onLocationChanged(android.location.Location).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à