CONFIG_MULTICELL_LOCATION_HOSTNAME

Server hostname

Type: string

Help

Server hostname to use when connecting to the selected locations service

Direct dependencies

MULTICELL_LOCATION

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definition

At <nRF>/lib/multicell_location/Kconfig:137

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:52<nRF>/lib/Kconfig:37

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 "api.nrfcloud.com" 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.)