GeoCoordinateWatcher.DesiredAccuracy 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 requested accuracy level for the location data that's 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
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.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.