다음을 통해 공유


IGeolocation.GetLastKnownLocationAsync 메서드

정의

디바이스의 마지막으로 알려진 위치를 반환합니다.

public:
 System::Threading::Tasks::Task<Microsoft::Maui::Devices::Sensors::Location ^> ^ GetLastKnownLocationAsync();
public System.Threading.Tasks.Task<Microsoft.Maui.Devices.Sensors.Location?> GetLastKnownLocationAsync ();
abstract member GetLastKnownLocationAsync : unit -> System.Threading.Tasks.Task<Microsoft.Maui.Devices.Sensors.Location>
Public Function GetLastKnownLocationAsync () As Task(Of Location)

반환

Location 최근 위치 정보를 포함하는 개체이거나 null 위치를 알 수 없는 경우 입니다.

설명

필요한 경우 런타임에 위치 권한이 요청됩니다. 앱 매니페스트에서 무언가를 선언해야 할 수도 있습니다.

이 위치는 최근에 캐시된 위치일 수 있습니다.

적용 대상