Geolocation.GetLastKnownLocationAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回设备的最后一个已知位置。
public:
static System::Threading::Tasks::Task<Microsoft::Maui::Devices::Sensors::Location ^> ^ GetLastKnownLocationAsync();
public static System.Threading.Tasks.Task<Microsoft.Maui.Devices.Sensors.Location?> GetLastKnownLocationAsync ();
static member GetLastKnownLocationAsync : unit -> System.Threading.Tasks.Task<Microsoft.Maui.Devices.Sensors.Location>
Public Shared Function GetLastKnownLocationAsync () As Task(Of Location)
返回
一个 Location 包含最近位置信息的对象,如果没有 null
已知位置,则为 。
注解
如果需要,将在运行时请求位置权限。 可能仍需要在应用清单中声明某些内容。
此位置可能是最近缓存的位置。