GeocoordinateSatelliteData 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供有关 Geocoordinate 的其他信息。 此信息仅适用于使用卫星信号获取的位置估计值。
public ref class GeocoordinateSatelliteData sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class GeocoordinateSatelliteData final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class GeocoordinateSatelliteData
Public NotInheritable Class GeocoordinateSatelliteData
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
应用功能 |
location
ID_CAP_LOCATION [Windows Phone]
|
注解
可以使用 Geocoordinate.PositionSource 属性接收 GeocoordinateSatelliteData 信息。
此类的属性传达有关获取位置的卫星几何图形的信息。 它们的值指示所提供的位置是精确的置信度。 精度 (DOP) 稀释的较低值表示对所获取位置的精度的置信度较高。 DOP 为 5 或更少的位置被视为可靠。 DOP 高于 10 的位置是低置信度,通常应放弃,而不是为了进行粗略的位置估计。 应始终放弃 DOP 高于 20 的位置。
注意
如果 GPS 传感器为 DOP) 值的任何精度稀释 (返回零,则相应的属性将返回 NULL。
属性
GeometricDilutionOfPrecision |
获取 Geocoordinate 精度的宝石稀释。 |
HorizontalDilutionOfPrecision |
获取 Geocoordinate 的精度 (HDOP) 的水平稀释。 |
PositionDilutionOfPrecision |
获取 Geocoordinate (PDOP) 的位置稀释。 |
TimeDilutionOfPrecision |
获取 Geocoordinate 精度的时间稀释。 |
VerticalDilutionOfPrecision |
获取 Geocoordinate 的精度 (VDOP) 的垂直稀释。 |