| AssetTrackerRK
    | 
Class to hold speed data and return the value in various units. More...
#include <TinyGPS++.h>
 
  
| Public Member Functions | |
| double | knots () | 
| Returns the speed in knots. | |
| double | mph () | 
| Returns the speed in miles per hour. | |
| double | mps () | 
| Returns the speed in meters per second. | |
| double | kmph () | 
| Returns the speed in kilometers per hour. | |
|  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 speed data and return the value in various units.
 1.8.17
 1.8.17