Condividi tramite


Geolocation.StartListeningForegroundAsync(GeolocationListeningRequest) Metodo

Definizione

Avvia l'ascolto degli aggiornamenti della posizione usando l'evento o l'evento LocationChangedListeningFailed . Gli eventi possono essere inviati solo quando l'app è in primo piano. Richieste Permissions.LocationWhenInUse dall'utente.

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)

Parametri

request
GeolocationListeningRequest

Parametri della richiesta di ascolto da usare.

Restituisce

true quando l'ascolto è stato avviato o false quando non è stato possibile avviare l'ascolto.

Eccezioni

Viene generata quando request è null.

Generata se l'ascolto non è supportato in questa piattaforma.

Generato se è già in ascolto e IsListeningForeground restituisce true.

Si applica a