nRF Connect SDK API 2.8.99
|
bool location_gnss_config::visibility_detection |
Obstructed visibility detection. If set to true, the library tries to detect situations where getting a GNSS fix is unlikely or would consume a lot of energy. When such a situation is detected, GNSS is stopped without waiting for a fix or a timeout.
See Kconfig for related configuration options.
Default value is false. It is applied when location_config_defaults_set() function is called and can be changed at build time with
CONFIG_LOCATION_REQUEST_DEFAULT_GNSS_VISIBILITY_DETECTION
configuration.