GeolocationRequest 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示位置请求的条件。
public ref class GeolocationRequest
public class GeolocationRequest
type GeolocationRequest = class
Public Class GeolocationRequest
- 继承
-
GeolocationRequest
构造函数
GeolocationRequest() |
使用默认选项初始化 GeolocationRequest 类的新实例。 |
GeolocationRequest(GeolocationAccuracy, TimeSpan) |
使用指定的准确性和超时值初始化类的新实例 GeolocationRequest 。 |
GeolocationRequest(GeolocationAccuracy) |
使用指定的准确度初始化类的新实例 GeolocationRequest 。 |
属性
DesiredAccuracy |
获取或设置结果位置的所需准确性。 |
RequestFullAccuracy |
获取或设置是否请求完全权限以暂时使用完全准确性的位置服务。 |
Timeout |
获取或设置位置请求超时。 |
方法
ToString() |
返回当前值的 GeolocationRequest字符串表示形式。 |