Skip to content

Commit e4d1ce0

Browse files
pascal-nordicrlubos
authored andcommitted
lib: location: Remove HERE services
Remove references to HERE location service JIRA: IRIS-10072 Signed-off-by: Pascal Hernandez <[email protected]>
1 parent 6880376 commit e4d1ce0

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

doc/nrf/libraries/modem/location.rst

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,7 @@ Here are details related to the services handling cell information for cellular
7676

7777
* Services can be handled by the application by enabling the :kconfig:option:`CONFIG_LOCATION_SERVICE_EXTERNAL` Kconfig option, in which case rest of the service configurations are ignored.
7878
* The service is selected in the :c:struct:`location_method_config` structure when requesting for location.
79-
* The services available are `nRF Cloud Location Services <nRF Cloud Location Services documentation_>`_ and `HERE Positioning`_.
80-
* The data transport method for the `nRF Cloud Location Services <nRF Cloud Location Services documentation_>`_ can be configured to either MQTT (:kconfig:option:`CONFIG_NRF_CLOUD_MQTT`) or REST (:kconfig:option:`CONFIG_NRF_CLOUD_REST`).
81-
* The only data transport method with `HERE Positioning`_ service is REST.
79+
* You can configure the data transport method for the `nRF Cloud Location Services <nRF Cloud Location Services documentation_>`_ to either MQTT (:kconfig:option:`CONFIG_NRF_CLOUD_MQTT`) or REST (:kconfig:option:`CONFIG_NRF_CLOUD_REST`).
8280

8381
Diagrams
8482
========
@@ -200,10 +198,7 @@ An nRF91 Series DK comes pre-provisioned with certificates for nRF Cloud.
200198
Location service accounts
201199
=========================
202200

203-
To use the location services that provide A-GNSS or P-GPS, cellular or Wi-Fi positioning data, see the respective documentation for setting up your account and getting the required credentials for authentication:
204-
205-
* `nRF Cloud Location Services <nRF Cloud Location Services documentation_>`_
206-
* `HERE Positioning`_
201+
To use the location services that provide A-GNSS, P-GPS, cellular, or Wi-Fi positioning data, see the `nRF Cloud Location Services <nRF Cloud Location Services documentation_>`_ documentation for setting up your account and getting the required credentials for authentication.
207202

208203
You can configure the required credentials for the location services using Kconfig options.
209204

@@ -283,12 +278,6 @@ Use at least one of the following sets of options:
283278

284279
* :kconfig:option:`CONFIG_LOCATION_SERVICE_EXTERNAL`
285280
* :kconfig:option:`CONFIG_LOCATION_SERVICE_NRF_CLOUD`
286-
* :kconfig:option:`CONFIG_LOCATION_SERVICE_HERE` and :kconfig:option:`CONFIG_LOCATION_SERVICE_HERE_API_KEY`
287-
288-
The following options are related to the HERE service and can usually have the default values:
289-
290-
* :kconfig:option:`CONFIG_LOCATION_SERVICE_HERE_HOSTNAME`
291-
* :kconfig:option:`CONFIG_LOCATION_SERVICE_HERE_TLS_SEC_TAG`
292281

293282
The following options control the default location request configurations and are applied
294283
when :c:func:`location_config_defaults_set` function is called:

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,10 @@ Modem libraries
608608

609609
* Fixed a bug where various subsystems would be erroneously initialized during a failed initialization of the library.
610610

611+
* :ref:`lib_location` library:
612+
613+
* Removed references to HERE location services.
614+
611615
Multiprotocol Service Layer libraries
612616
-------------------------------------
613617

0 commit comments

Comments
 (0)