local fork of tinygps for tugboat project

Dependents:   tugboat

Fork of TinyGPS by Michael Shimniok

Revision:
2:a3dad2769ed7
Parent:
0:8a347288f82c
--- a/TinyGPS.h	Thu Apr 28 15:24:13 2011 +0000
+++ b/TinyGPS.h	Wed Jul 31 15:35:02 2013 +0000
@@ -154,6 +154,12 @@
 
     /** returns altitude as a float
     */
+    inline double f_lat()    { return _latitude / 100000.0; }
+    /** returns altitude as a float
+    */
+    inline double f_lon()    { return _longitude / 100000.0; }
+    /** returns altitude as a float
+    */
     inline double f_altitude()    { return altitude() / 100.0; }
     
     /** returns course as a float