次の方法で共有


GeolocationRequest コンストラクター

定義

オーバーロード

GeolocationRequest()

GeolocationRequest の新しいインスタンスを作成します。

GeolocationRequest(GeolocationAccuracy)

指定した精度で GeolocationRequest の新しいインスタンスを作成します。

GeolocationRequest(GeolocationAccuracy, TimeSpan)

指定した精度とタイムアウトで GeolocationRequest の新しいインスタンスを作成します。

GeolocationRequest()

GeolocationRequest の新しいインスタンスを作成します。

public GeolocationRequest ();

適用対象

GeolocationRequest(GeolocationAccuracy)

指定した精度で GeolocationRequest の新しいインスタンスを作成します。

public GeolocationRequest (Xamarin.Essentials.GeolocationAccuracy accuracy);

パラメーター

accuracy
GeolocationAccuracy

目的の精度。

適用対象

GeolocationRequest(GeolocationAccuracy, TimeSpan)

指定した精度とタイムアウトで GeolocationRequest の新しいインスタンスを作成します。

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

パラメーター

accuracy
GeolocationAccuracy

目的の精度。

timeout
System.TimeSpan

要求のタイムアウト。

適用対象