GeoCoordinateWatcher.DesiredAccuracy Property

Definition

The requested accuracy level for the location data that is provided by the GeoCoordinateWatcher.

public:
 property System::Device::Location::GeoPositionAccuracy DesiredAccuracy { System::Device::Location::GeoPositionAccuracy get(); };
public System.Device.Location.GeoPositionAccuracy DesiredAccuracy { get; }
member this.DesiredAccuracy : System.Device.Location.GeoPositionAccuracy
Public ReadOnly Property DesiredAccuracy As GeoPositionAccuracy

Property Value

GeoPositionAccuracy, which indicates the requested accuracy level of the location provider.

Remarks

An accuracy of High can degrade performance and should be specified only when high accuracy is needed.

Note In versions of Windows prior to Windows 7, the following conditions apply:

Applies to