Class SimpleGPS

  • All Implemented Interfaces:
    java.lang.Runnable
    Direct Known Subclasses:
    GPS

    public class SimpleGPS
    extends java.lang.Thread
    This class manages data received from a GPS Device. SimpleGPS Class manages the following NMEA Sentences which supply location, heading, and speed data:
  • GPGGA (location data)
  • GPVTG (heading and speed data)
  • GPGSA (accuracy information)

    This class is primarily for use by the javax.microedition.location package. The preferred class to use for obtaining GPS data is the GPS class.

Author:
BB, Juan Antonio Bre??a Moral
Returns:
the fix quality