Golioth Firmware SDK
Loading...
Searching...
No Matches
golioth_location_rsp Struct Reference

#include <location.h>

Data Fields

int64_t latitude
 
int64_t longitude
 
int64_t accuracy
 

Detailed Description

Definition at line 19 of file location.h.

Field Documentation

◆ accuracy

int64_t golioth_location_rsp::accuracy

Accuracy in meters

Definition at line 27 of file location.h.

◆ latitude

int64_t golioth_location_rsp::latitude

Latitudinal position in nanodegrees (0 to +-180E9)

Definition at line 22 of file location.h.

◆ longitude

int64_t golioth_location_rsp::longitude

Longitudinal position in nanodegrees (0 to +-180E9)

Definition at line 24 of file location.h.


The documentation for this struct was generated from the following file: