Uses of Package
lejos.addon.gps

Packages that use lejos.addon.gps
lejos.addon.gps The lejos.addon.gps package provides GPS parsing. 
 

Classes in lejos.addon.gps used by lejos.addon.gps
GPSListener
          This is the interface to manage events with GPS
NMEASentence
          Class designed to manage all NMEA Sentence.
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.