Partager via


Geolocation.StartListeningForegroundAsync(GeolocationListeningRequest) Méthode

Définition

Commence à écouter les mises à jour d’emplacement à l’aide de l’événement LocationChanged ou de l’événement ListeningFailed . Les événements ne peuvent être envoyés que lorsque l’application se trouve au premier plan. Demandes Permissions.LocationWhenInUse de l’utilisateur.

public:
 static System::Threading::Tasks::Task<bool> ^ StartListeningForegroundAsync(Microsoft::Maui::Devices::Sensors::GeolocationListeningRequest ^ request);
public static System.Threading.Tasks.Task<bool> StartListeningForegroundAsync (Microsoft.Maui.Devices.Sensors.GeolocationListeningRequest request);
static member StartListeningForegroundAsync : Microsoft.Maui.Devices.Sensors.GeolocationListeningRequest -> System.Threading.Tasks.Task<bool>
Public Shared Function StartListeningForegroundAsync (request As GeolocationListeningRequest) As Task(Of Boolean)

Paramètres

request
GeolocationListeningRequest

Paramètres de demande d’écoute à utiliser.

Retours

true lorsque l’écoute a démarré ou false lorsque l’écoute n’a pas pu être démarrée.

Exceptions

Levée lorsque request est null.

Levée si l’écoute n’est pas prise en charge sur cette plateforme.

Levée si vous écoutez déjà et IsListeningForeground retourne true.

S’applique à