| AssetTrackerRK
    | 
Class to hold course data and return the direction in degrees 0 <= deg < 360. More...
#include <TinyGPS++.h>
 
  
| Public Member Functions | |
| double | deg () | 
| Returns the course (direction you are heading) in degrees.  More... | |
|  Public Member Functions inherited from TinyGPSDecimal | |
| bool | isValid () const | 
| Returns true if the data is valid.  More... | |
| bool | isUpdated () const | 
| Returns true if the value has been updated.  More... | |
| uint32_t | age () const | 
| Returns the age of the value in milliseconds.  More... | |
| int32_t | value () | 
| Returns the current value and clears the updated flag. | |
| void | invalidate () | 
| Sets the valid flag to false (marks data as invalid)  More... | |
| TinyGPSDecimal () | |
| Constructor. | |
Class to hold course data and return the direction in degrees 0 <= deg < 360.
| 
 | inline | 
Returns the course (direction you are heading) in degrees.
0 <= deg < 360
 1.8.17
 1.8.17