GeolocationRequest 类

定义

表示位置请求的条件。

public class GeolocationRequest
继承
System.Object
GeolocationRequest

构造函数

GeolocationRequest()

创建 GeolocationRequest 的新实例。

GeolocationRequest(GeolocationAccuracy)

创建具有指定准确度的 GeolocationRequest 的新实例。

GeolocationRequest(GeolocationAccuracy, TimeSpan)

使用指定的准确度和超时创建 GeolocationRequest 的新实例。

属性

DesiredAccuracy

获取或设置结果位置的所需准确性。

Timeout

获取或设置位置请求超时。

方法

ToString()

请求的字符串表示形式。

适用于