다음을 통해 공유


Geolocation.StartListeningForegroundAsync(GeolocationListeningRequest) 메서드

정의

이벤트 또는 이벤트를 사용하여 LocationChanged 위치 업데이트를 수신 대기하기 ListeningFailed 시작합니다. 이벤트는 앱이 포그라운드에 있는 경우에만 전송할 수 있습니다. Permissions.LocationWhenInUse 사용자의 요청입니다.

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)

매개 변수

request
GeolocationListeningRequest

사용할 수신 대기 요청 매개 변수입니다.

반환

true 수신이 시작되었거나 false 수신을 시작할 수 없는 경우

예외

requestnull인 경우

이 플랫폼에서 수신 대기가 지원되지 않는 경우 throw됩니다.

이미 수신 대기 중이고 를 IsListeningForeground 반환하는 경우 throw됩니다 true.

적용 대상