This method gets GPS last GLL NMEA sentence stored.
It has no input parameter.
The return value is a Python string which is the last GLL NMEA sentence formatted according to NMEA specification.
Example:
gll = GPS.getLastGLL()
gets last GLL NMEA sentence, assigning the return value to gll.