GeocoordinateSatelliteData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides additional information about a Geocoordinate. This information is only applicable to position estimates obtained using satellite signals.
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
- Inheritance
- Attributes
Windows requirements
| Device family |
Windows 10 (introduced in 10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
| App capabilities |
location
|
Remarks
You can use the Geocoordinate.PositionSource property to receive the GeocoordinateSatelliteData information.
The properties of this class convey information about the satellite geometry with which the position was obtained. Their values indicate the level of confidence that the position provided is precise. Lower values for dilution of precision (DOP) indicate high confidence on the precision of the position obtained. Positions with a DOP of 5 or less are considered reliable. Positions with a DOP higher than 10 are low confidence and should generally be discarded other than for a rough position estimation. Positions with a DOP higher than 20 should always be discarded.
Note
If the GNSS receiver returns a zero for any of the dilution of precision (DOP) values, the corresponding properties will return null.
Properties
| GeometricDilutionOfPrecision |
Gets the geometric dilution of precision (GDOP) of a Geocoordinate. |
| HorizontalDilutionOfPrecision |
Gets the horizontal dilution of precision (HDOP) of a Geocoordinate. |
| PositionDilutionOfPrecision |
Gets the position dilution of precision (PDOP) of a Geocoordinate. |
| TimeDilutionOfPrecision |
Gets the time dilution of precision (TDOP) of a Geocoordinate. |
| VerticalDilutionOfPrecision |
Gets the vertical dilution of precision (VDOP) of a Geocoordinate. |