GeocoordinateSatelliteData クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 |
ジオ座標の精度の gemoetric 希釈を取得します。 |
HorizontalDilutionOfPrecision |
ジオ座標の精度 (HDOP) の水平方向の希釈を取得します。 |
PositionDilutionOfPrecision |
ジオ座標の精度 (PDOP) の位置希釈を取得します。 |
TimeDilutionOfPrecision |
ジオコーディネートの精度の時間希釈を取得します。 |
VerticalDilutionOfPrecision |
ジオ座標の垂直希釈精度 (VDOP) を取得します。 |