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

请求超时。

适用于