Geolocation.GetLastKnownLocationAsync 方法

定义

返回设备的最后一个已知位置。

public static System.Threading.Tasks.Task<Xamarin.Essentials.Location> GetLastKnownLocationAsync ();

返回

System.Threading.Tasks.Task<Location>

返回位置。

注解

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

适用于