nRF Connect SDK API 2.8.99
|
uint8_t location_gnss_config::num_consecutive_fixes |
The number of fixes GNSS is allowed to produce before the library outputs the current location when accuracy is set to LOCATION_ACCURACY_HIGH.
If accuracy is set to LOCATION_ACCURACY_NORMAL or LOCATION_ACCURACY_LOW this parameter has no effect.
Default value is 3. It is applied when location_config_defaults_set() function is called and can be changed at build time with
CONFIG_LOCATION_REQUEST_DEFAULT_GNSS_NUM_CONSECUTIVE_FIXES
configuration.