GeocoordinateSatelliteData.PositionDilutionOfPrecision Property
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.
Gets the position dilution of precision (PDOP) of a Geocoordinate.
public:
property IReference<double> ^ PositionDilutionOfPrecision { IReference<double> ^ get(); };
IReference<double> PositionDilutionOfPrecision();
public System.Nullable<double> PositionDilutionOfPrecision { get; }
var iReference = geocoordinateSatelliteData.positionDilutionOfPrecision;
Public ReadOnly Property PositionDilutionOfPrecision As Nullable(Of Double)
Property Value
The position dilution of precision (PDOP).
Windows requirements
App capabilities |
location
ID_CAP_LOCATION [Windows Phone]
|