|
AssetTrackerRK
|
Class to hold raw degree values as integer values instead of floating point. More...
#include <TinyGPS++.h>
Data Fields | |
| uint16_t | deg |
| Degree value (0 <= deg < 365) | |
| uint32_t | billionths |
| Billionths of a segree. | |
| bool | negative |
| true if negative (south latitude or east longitude) | |
Class to hold raw degree values as integer values instead of floating point.
1.8.17