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