Android-cuttlefish cvd tool
|
#include <GpsFix.h>
Public Member Functions | |
bool | operator< (const GpsFix &other) const |
Public Attributes | |
std::string | name |
std::string | description |
float | latitude = 0.0 |
float | longitude = 0.0 |
float | elevation = 0.0 |
time_t | time = 0 |
|
inline |
std::string GpsFix::description |
float GpsFix::elevation = 0.0 |
float GpsFix::latitude = 0.0 |
float GpsFix::longitude = 0.0 |
std::string GpsFix::name |
time_t GpsFix::time = 0 |