GPS.getLastGGA()

This method gets GPS last GGA NMEA sentence stored.

It has no input parameter.

The return value is a Python string which is the last GGA NMEA sentence formatted according to NMEA specification.

Example:

 

gga = GPS.getLastGGA()

 

gets last GGA NMEA sentence, assigning the return value to gga.