LOCATION_DESIRED_ACCURACY enumeration (sensorsclassextension.h)

The LOCATION_DESIRED_ACCURACY enumeration type defines values for the SENSOR_PROPERTY_LOCATION_DESIRED_ACCURACY property.

Syntax

typedef enum LOCATION_DESIRED_ACCURACY {
  LOCATION_DESIRED_ACCURACY_DEFAULT,
  LOCATION_DESIRED_ACCURACY_HIGH
} ;

Constants

 
LOCATION_DESIRED_ACCURACY_DEFAULT
Indicates that the sensor should use the accuracy for which it can optimize power and other such cost considerations.
LOCATION_DESIRED_ACCURACY_HIGH
Indicates that the sensor should deliver the highest-accuracy report possible. This includes using services that might charge money, or consuming higher levels of battery power or connection bandwidth.

Requirements

Requirement Value
Minimum supported client Windows 7,Available in Windows 7.
Minimum supported server None supported
Header sensorsclassextension.h

See also

ISensorDriver::OnGetProperties