Freigeben über


GeolocationRequest Konstruktoren

Definition

Überlädt

GeolocationRequest()

Erstellt eine neue instance von GeolocationRequest.

GeolocationRequest(GeolocationAccuracy)

Erstellt eine neue instance von GeolocationRequest mit der angegebenen Genauigkeit.

GeolocationRequest(GeolocationAccuracy, TimeSpan)

Erstellt eine neue instance von GeolocationRequest mit der angegebenen Genauigkeit und dem angegebenen Timeout.

GeolocationRequest()

Erstellt eine neue instance von GeolocationRequest.

public GeolocationRequest ();

Gilt für:

GeolocationRequest(GeolocationAccuracy)

Erstellt eine neue instance von GeolocationRequest mit der angegebenen Genauigkeit.

public GeolocationRequest (Xamarin.Essentials.GeolocationAccuracy accuracy);

Parameter

accuracy
GeolocationAccuracy

Die gewünschte Genauigkeit.

Gilt für:

GeolocationRequest(GeolocationAccuracy, TimeSpan)

Erstellt eine neue instance von GeolocationRequest mit der angegebenen Genauigkeit und dem angegebenen Timeout.

public GeolocationRequest (Xamarin.Essentials.GeolocationAccuracy accuracy, TimeSpan timeout);

Parameter

accuracy
GeolocationAccuracy

Die gewünschte Genauigkeit.

timeout
System.TimeSpan

Das Anforderungstimeout.

Gilt für: