Geolocation.StartListeningForegroundAsync(GeolocationListeningRequest) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
.