Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_DEFAULTIndicates that the sensor should use the accuracy for which it can optimize power and other such cost considerations. |
LOCATION_DESIRED_ACCURACY_HIGHIndicates 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 |