GeolocationRequest 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
请求超时。