Golioth Firmware SDK
|
#include <location.h>
Data Fields | |
int64_t | latitude |
int64_t | longitude |
int64_t | accuracy |
Definition at line 19 of file location.h.
int64_t golioth_location_rsp::accuracy |
Accuracy in meters
Definition at line 27 of file location.h.
int64_t golioth_location_rsp::latitude |
Latitudinal position in nanodegrees (0 to +-180E9)
Definition at line 22 of file location.h.
int64_t golioth_location_rsp::longitude |
Longitudinal position in nanodegrees (0 to +-180E9)
Definition at line 24 of file location.h.