Compartir a través de


Geolocation.StartListeningForegroundAsync(GeolocationListeningRequest) Método

Definición

Comienza a escuchar las actualizaciones de ubicación mediante el LocationChanged evento o el ListeningFailed evento . Los eventos solo se pueden enviar cuando la aplicación está en primer plano. Solicitudes Permissions.LocationWhenInUse del usuario.

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)

Parámetros

request
GeolocationListeningRequest

Parámetros de solicitud de escucha que se van a usar.

Devoluciones

true cuando se inició la escucha o false cuando no se pudo iniciar la escucha.

Excepciones

Se produce cuando request es null.

Se produce si no se admite la escucha en esta plataforma.

Se produce si ya escucha y IsListeningForeground devuelve true.

Se aplica a