In the board configurations (thingy91x_nrf9151_ns.conf, nrf9151dk_nrf9151_ns.conf), set
the following default method priority order:
Thingy91x :
| Priority | Method | Kconfig option |
|---|---|---|
| 1st | GNSS | CONFIG_LOCATION_REQUEST_DEFAULT_METHOD_FIRST_GNSS |
| 2nd | Wi-Fi | CONFIG_LOCATION_REQUEST_DEFAULT_METHOD_SECOND_WIFI |
| 3rd | Cellular | CONFIG_LOCATION_REQUEST_DEFAULT_METHOD_THIRD_CELLULAR |
nRF9151 DK:
| Priority | Method | Kconfig option |
|---|---|---|
| 1st | GNSS | CONFIG_LOCATION_REQUEST_DEFAULT_METHOD_FIRST_GNSS |
| 2nd | Cellular | CONFIG_LOCATION_REQUEST_DEFAULT_METHOD_SECOND_CELLULAR |
See the nRF Cloud Location Services overview for a description of each method's accuracy, latency, and power characteristics.