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 已知位置,则为 。

注解

如果需要,将在运行时请求位置权限。 可能仍需要在应用清单中声明某些内容。

此位置可能是最近缓存的位置。

适用于