GeolocationRequest 类 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示位置请求的条件。
public class GeolocationRequest
		- 继承
 - 
				System.ObjectGeolocationRequest
 
构造函数
| GeolocationRequest() | 
		 创建 GeolocationRequest 的新实例。  | 
        	
| GeolocationRequest(GeolocationAccuracy) | 
		 创建具有指定准确度的 GeolocationRequest 的新实例。  | 
        	
| GeolocationRequest(GeolocationAccuracy, TimeSpan) | 
		 使用指定的准确度和超时创建 GeolocationRequest 的新实例。  | 
        	
属性
| DesiredAccuracy | 
		 获取或设置结果位置的所需准确性。  | 
        	
| Timeout | 
		 获取或设置位置请求超时。  | 
        	
方法
| ToString() | 
		 请求的字符串表示形式。  |