Share via


Geolocation.GetLastKnownLocationAsync Method

Definition

Returns the last known location of the device.

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)

Returns

A Location object containing recent location information or null if no location is known.

Remarks

The location permissions will be requested at runtime if needed. You might still need to declare something in your app manifest.

This location may be a recently cached location.

Applies to