mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-08-28 22:08:30 +00:00
Add map altitude overlay and info toggle
This commit is contained in:
@@ -18,6 +18,7 @@ struct GpsStatusSnapshot
|
||||
bool fix_valid = false;
|
||||
double latitude = 0.0;
|
||||
double longitude = 0.0;
|
||||
bool has_altitude = false;
|
||||
float altitude_m = 0.0f;
|
||||
float speed_mps = 0.0f;
|
||||
float course_deg = 0.0f;
|
||||
|
||||
Reference in New Issue
Block a user