CONFIG_MULTICELL_LOCATION_HOSTNAME¶
Server hostname
Type: string
Help¶
Server hostname to use when connecting to the selected locations service
Defaults¶
“pos.api.here.com” if
MULTICELL_LOCATION_HERE_V1
“positioning.hereapi.com” if
MULTICELL_LOCATION_HERE_V2
“global.skyhookwireless.com” if
MULTICELL_LOCATION_SERVICE_SKYHOOK
NRF_CLOUD_REST_HOST_NAME
ifMULTICELL_LOCATION_SERVICE_NRF_CLOUD
Kconfig definition¶
At <nRF>/lib/multicell_location/Kconfig:134
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:31
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:56
→ <nRF>/lib/Kconfig:38
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → Multicell Location
config MULTICELL_LOCATION_HOSTNAME
string "Server hostname"
default "pos.api.here.com" if MULTICELL_LOCATION_HERE_V1
default "positioning.hereapi.com" if MULTICELL_LOCATION_HERE_V2
default "global.skyhookwireless.com" if MULTICELL_LOCATION_SERVICE_SKYHOOK
default NRF_CLOUD_REST_HOST_NAME if MULTICELL_LOCATION_SERVICE_NRF_CLOUD
depends on MULTICELL_LOCATION
help
Server hostname to use when connecting to the selected locations service
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)