Package lejos.addon.gps

The lejos.addon.gps package provides GPS parsing.

See:
          Description

Interface Summary
GPSListener This is the interface to manage events with GPS
 

Class Summary
GGASentence This class has been designed to manage a GGA Sentence GGA - essential fix data which provide 3D location and accuracy data.
GPS This class manages a data received from a GPS Device.
GSASentence This class has been designed to manage a GSA Sentence GPS DOP and active satellites eg1.
GSVSentence This class has been designed to manage a GSV Sentence GPS Satellites in View eg.
NMEASentence Class designed to manage all NMEA Sentence.
RMCSentence RMC is a Class designed to manage RMC Sentences from a NMEA GPS Receiver RMC - NMEA has its own version of essential gps pvt (position, velocity, time) data.
Satellite This class models data extracted from NMEA GSV Sentence $GPGSV,1,1,13,02,02,213,,03,-3,000,,11,00,121,,14,13,172,05*67 4 = SV PRN number 5 = Elevation in degrees, 90 maximum 6 = Azimuth, degrees from true north, 000 to 359 7 = SNR, 00-99 dB (null when not tracking) You can find out more about a satellite by looking up the PRN number here: http://en.wikipedia.org/wiki/List_of_GPS_satellite_launches
SimpleGPS This class manages data received from a GPS Device.
VTGSentence VTGSentence is a Class designed to manage VTG Sentences from a NMEA GPS Receiver $GPVTG Track Made Good and Ground Speed.
 

Package lejos.addon.gps Description

The lejos.addon.gps package provides GPS parsing. In most cases you probably want to use the package javax.microedition.location, which is the standard Java API for obtaining GPS data. That package is built on top of the classes in this package.

Additionally, this package offers more data, such as satellite information.