CONFIG_MULTICELL_LOCATION_HERE_HOSTNAME
Server hostname for HERE
Type: string
Help
Server hostname to use when connecting to HERE location service
Direct dependencies
MULTICELL_LOCATION_SERVICE_HERE
&& MULTICELL_LOCATION
(Includes any dependencies from ifs and menus.)
Defaults
“pos.api.here.com” if
MULTICELL_LOCATION_HERE_V1
“positioning.hereapi.com” if
MULTICELL_LOCATION_HERE_V2
Kconfig definition
At <nRF>/lib/multicell_location/Kconfig:109
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:94
→ <nRF>/lib/Kconfig:36
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → Multicell Location
config MULTICELL_LOCATION_HERE_HOSTNAME
string "Server hostname for HERE"
default "pos.api.here.com" if MULTICELL_LOCATION_HERE_V1
default "positioning.hereapi.com" if MULTICELL_LOCATION_HERE_V2
depends on MULTICELL_LOCATION_SERVICE_HERE && MULTICELL_LOCATION
help
Server hostname to use when connecting to HERE location service
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)