nRF Connect SDK API 2.8.99
|
enum location_accuracy location_gnss_config::accuracy |
Desired accuracy level.
If accuracy is set to LOCATION_ACCURACY_LOW, GNSS relaxes the criteria for a qualifying fix and may produce fixes using only three satellites.
If accuracy is set to LOCATION_ACCURACY_HIGH, instead of using the first fix, GNSS is allowed to run for a longer time. This typically improves the location accuracy.
Default value is LOCATION_ACCURACY_NORMAL. It is applied when location_config_defaults_set() function is called and can be changed at build time with
CONFIG_LOCATION_REQUEST_DEFAULT_GNSS_ACCURACY
choice configuration.