You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/nrf/libraries/modem/location.rst
+2-13Lines changed: 2 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,9 +76,7 @@ Here are details related to the services handling cell information for cellular
76
76
77
77
* 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.
78
78
* 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`).
82
80
83
81
Diagrams
84
82
========
@@ -200,10 +198,7 @@ An nRF91 Series DK comes pre-provisioned with certificates for nRF Cloud.
200
198
Location service accounts
201
199
=========================
202
200
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:
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.
207
202
208
203
You can configure the required credentials for the location services using Kconfig options.
209
204
@@ -283,12 +278,6 @@ Use at least one of the following sets of options:
0 commit comments