nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ location_method

#include <include/modem/location.h>

Location method.

Enumerator
LOCATION_METHOD_CELLULAR 

LTE cellular positioning.

LOCATION_METHOD_GNSS 

Global Navigation Satellite System (GNSS).

LOCATION_METHOD_WIFI 

Wi-Fi positioning.

LOCATION_METHOD_WIFI_CELLULAR 

Wi-Fi and cellular positioning combined into one cloud request.

Cannot be used in the method list passed to location_request(), but this method can appear in the location event (location_event_data::id) to indicate that Wi-Fi and cellular positioning methods have been combined into a single cloud location method.

If the combined method is desired, set Wi-Fi and cellular methods next to each other in the method list passed to location_request(). This also happens by default if NULL configuration is passed to location_request().