GeocoordinateSatelliteData 類別

定義

提供 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
繼承
Object Platform::Object IInspectable 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有效位數的 gemoetric 反轉。

HorizontalDilutionOfPrecision

取得 Geocoordinate (HDOP) 的水準反轉。

PositionDilutionOfPrecision

取得 Geocoordinate (PDOP) 精確度的位置調整。

TimeDilutionOfPrecision

取得 Geocoordinate有效位數的時間反轉。

VerticalDilutionOfPrecision

取得 Geocoordinate (VDOP) 的垂直精確度。

適用於

另請參閱