Freigeben über


GeolocationExtensions.GetLocationAsync Methode

Definition

Überlädt

GetLocationAsync(IGeolocation)

Gibt den aktuellen Standort des Geräts zurück.

GetLocationAsync(IGeolocation, GeolocationRequest)

Gibt den aktuellen Standort des Geräts zurück.

GetLocationAsync(IGeolocation)

Quelle:
Geolocation.shared.cs
Quelle:
Geolocation.shared.cs

Gibt den aktuellen Standort des Geräts zurück.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Threading::Tasks::Task<Microsoft::Maui::Devices::Sensors::Location ^> ^ GetLocationAsync(Microsoft::Maui::Devices::Sensors::IGeolocation ^ geolocation);
public static System.Threading.Tasks.Task<Microsoft.Maui.Devices.Sensors.Location?> GetLocationAsync (this Microsoft.Maui.Devices.Sensors.IGeolocation geolocation);
static member GetLocationAsync : Microsoft.Maui.Devices.Sensors.IGeolocation -> System.Threading.Tasks.Task<Microsoft.Maui.Devices.Sensors.Location>
<Extension()>
Public Function GetLocationAsync (geolocation As IGeolocation) As Task(Of Location)

Parameter

geolocation
IGeolocation

Das Objekt, für das diese Methode aufgerufen wird.

Gibt zurück

Ein Location Objekt, das aktuelle Standortinformationen enthält, oder null , wenn kein Speicherort ermittelt werden konnte.

Hinweise

Die Standortberechtigungen werden bei Bedarf zur Laufzeit angefordert. Möglicherweise müssen Sie noch etwas in Ihrem App-Manifest deklarieren.

Gilt für:

GetLocationAsync(IGeolocation, GeolocationRequest)

Quelle:
Geolocation.shared.cs
Quelle:
Geolocation.shared.cs

Gibt den aktuellen Standort des Geräts zurück.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Threading::Tasks::Task<Microsoft::Maui::Devices::Sensors::Location ^> ^ GetLocationAsync(Microsoft::Maui::Devices::Sensors::IGeolocation ^ geolocation, Microsoft::Maui::Devices::Sensors::GeolocationRequest ^ request);
public static System.Threading.Tasks.Task<Microsoft.Maui.Devices.Sensors.Location?> GetLocationAsync (this Microsoft.Maui.Devices.Sensors.IGeolocation geolocation, Microsoft.Maui.Devices.Sensors.GeolocationRequest request);
static member GetLocationAsync : Microsoft.Maui.Devices.Sensors.IGeolocation * Microsoft.Maui.Devices.Sensors.GeolocationRequest -> System.Threading.Tasks.Task<Microsoft.Maui.Devices.Sensors.Location>
<Extension()>
Public Function GetLocationAsync (geolocation As IGeolocation, request As GeolocationRequest) As Task(Of Location)

Parameter

geolocation
IGeolocation

Das Objekt, für das diese Methode aufgerufen wird.

request
GeolocationRequest

Die Kriterien, die bei der Bestimmung des Standorts des Geräts verwendet werden sollen.

Gibt zurück

Ein Location Objekt, das aktuelle Standortinformationen enthält, oder null , wenn kein Speicherort ermittelt werden konnte.

Hinweise

Die Standortberechtigungen werden bei Bedarf zur Laufzeit angefordert. Möglicherweise müssen Sie noch etwas in Ihrem App-Manifest deklarieren.

Gilt für: