Condividi tramite


Geolocation.GetLocationAsync Metodo

Definizione

Overload

GetLocationAsync()

Restituisce la posizione corrente del dispositivo.

GetLocationAsync(GeolocationRequest)

Restituisce la posizione corrente del dispositivo usando i criteri specificati.

GetLocationAsync(GeolocationRequest, CancellationToken)

Restituisce la posizione corrente del dispositivo usando i criteri specificati.

GetLocationAsync()

Restituisce la posizione corrente del dispositivo.

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

Restituisce

System.Threading.Tasks.Task<Location>

Restituisce la posizione.

Si applica a

GetLocationAsync(GeolocationRequest)

Restituisce la posizione corrente del dispositivo usando i criteri specificati.

public static System.Threading.Tasks.Task<Xamarin.Essentials.Location> GetLocationAsync (Xamarin.Essentials.GeolocationRequest request);

Parametri

request
GeolocationRequest

Criteri da usare per determinare la posizione del dispositivo.

Restituisce

System.Threading.Tasks.Task<Location>

Restituisce la posizione.

Si applica a

GetLocationAsync(GeolocationRequest, CancellationToken)

Restituisce la posizione corrente del dispositivo usando i criteri specificati.

public static System.Threading.Tasks.Task<Xamarin.Essentials.Location> GetLocationAsync (Xamarin.Essentials.GeolocationRequest request, System.Threading.CancellationToken cancelToken);

Parametri

request
GeolocationRequest

Criteri da usare per determinare la posizione del dispositivo.

cancelToken
System.Threading.CancellationToken

Token per annullare l'operazione.

Restituisce

System.Threading.Tasks.Task<Location>

Restituisce la posizione.

Si applica a