Adafruit Ultimate GPS Arduino library adapted for mBed use. Original found at https://github.com/adafruit/Adafruit-GPS-Library.

Revision:
1:bc7072d4dfd8
Parent:
0:a23e3099bb0a
--- a/MBed_Adafruit_GPS.cpp	Sat Mar 22 05:00:47 2014 +0000
+++ b/MBed_Adafruit_GPS.cpp	Thu Sep 12 15:42:39 2019 +0000
@@ -347,4 +347,10 @@
   else {
       return false;  // Returns false if not in standby mode, nothing to wakeup
   }
+}
+
+bool Adafruit_GPS::hasFix(void)
+{
+    return fix;    
+
 }
\ No newline at end of file