GeoCoordinate.HorizontalAccuracy Property

Definition

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.

Applies to