GeoCoordinate.HorizontalAccuracy 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 or sets the accuracy of the latitude and longitude that is given by the GeoCoordinate, in meters.
public:
property double HorizontalAccuracy { double get(); void set(double value); };
public double HorizontalAccuracy { get; set; }
member this.HorizontalAccuracy : double with get, set
Public Property HorizontalAccuracy As Double
Property Value
The accuracy of the latitude and longitude, in meters.
Exceptions
HorizontalAccuracy is set outside the valid range.
Remarks
The accuracy can be considered the radius of certainty of the latitude and longitude data. A circular area that is formed with the accuracy as the radius and the latitude and longitude coordinates as the center contains the actual location.