Geolocation.GetLastKnownLocationAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the last known location of the device.
public static System.Threading.Tasks.Task<Xamarin.Essentials.Location> GetLastKnownLocationAsync ();
Returns
System.Threading.Tasks.Task<Location>
Returns the location.
Remarks
This location may be a recently cached location.