CONFIG_MULTICELL_LOCATION_HERE_API_KEY
HERE API key
Type: string
Help
HERE API key, used both for API v1 and v2 when API key authentication
method id selected
Direct dependencies
MULTICELL_LOCATION_HERE_USE_API_KEY
&& MULTICELL_LOCATION_SERVICE_HERE
&& MULTICELL_LOCATION
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to the empty string.
Kconfig definition
At <nRF>/lib/multicell_location/Kconfig:83
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_API_KEY
string "HERE API key"
depends on MULTICELL_LOCATION_HERE_USE_API_KEY && MULTICELL_LOCATION_SERVICE_HERE && MULTICELL_LOCATION
help
HERE API key, used both for API v1 and v2 when API key authentication
method id selected
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)