Modifier

GeoPositionAccuracy Enum

Definition

Specifies the requested accuracy level for the location data that the application uses.

public enum class GeoPositionAccuracy
public enum GeoPositionAccuracy
type GeoPositionAccuracy = 
Public Enum GeoPositionAccuracy
Inheritance
GeoPositionAccuracy

Fields

Default 0

Optimize for power, performance, and other cost considerations.

High 1

Deliver the most accurate report possible. This includes using services that might charge money, or consuming higher levels of battery power or connection bandwidth.

Remarks

The requested accuracy can be specified in the constructor for GeoCoordinateWatcher. If not specified, the GeoCoordinateWatcher is created with an accuracy level of Default. An accuracy level of High may degrade system performance and should be used only when necessary.

Applies to

See also