Udostępnij za pośrednictwem


Geolocation.StartListeningForegroundAsync(GeolocationListeningRequest) Metoda

Definicja

Rozpoczyna nasłuchiwanie aktualizacji lokalizacji przy użyciu LocationChanged zdarzenia lub ListeningFailed zdarzenia. Zdarzenia mogą być wysyłane tylko wtedy, gdy aplikacja znajduje się na pierwszym planie. Żądania Permissions.LocationWhenInUse od użytkownika.

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)

Parametry

request
GeolocationListeningRequest

Parametry żądania nasłuchiwania do użycia.

Zwraca

true podczas nasłuchiwania lub false nie można było uruchomić nasłuchiwania.

Wyjątki

Wyrzucony, gdy request ma wartość null.

Zgłaszany, jeśli nasłuchiwanie nie jest obsługiwane na tej platformie.

Zgłaszany, jeśli już nasłuchuje i IsListeningForeground zwraca wartość true.

Dotyczy