7#ifndef CLOUD_SERVICE_H_
8#define CLOUD_SERVICE_H_
int cloud_service_location_get(const struct cloud_service_pos_req *params, struct location_data *location)
Generate location request, send, and parse response.
Public APIs for the Location library.
int32_t timeout_ms
Timeout (in milliseconds) of the cloud positioning procedure. SYS_FOREVER_MS means that the timer is ...
Definition cloud_service.h:28
struct wifi_scan_info * wifi_data
Definition cloud_service.h:23
struct lte_lc_cells_info * cell_data
Definition cloud_service.h:21
Definition cloud_service.h:19
Definition location.h:241
Results of neighbor cell measurements.
Definition lte_lc.h:673
Access points found during a Wi-Fi scan.
Definition wifi_location_common.h:29