Subject: Bluetooth GPS compass [Print This Page] Author: Guidebee Time: 21-3-2009 19:03 Subject: Bluetooth GPS compass
Bluetooth GPS compass is a free J2ME application that displays GPS data graphically .
features include satellite azimuth/elevation, GPS signal quality, analog gauges.
The demo source code will be avaiable soon, it uses Guidebee location API.
The application also has a demo mode, which reads the attached NMEA data sentences from a file.
The source code is free for personal usage ,if you want to use the source in a commercial application, please get written permission from James Shen.Author: Guidebee Time: 22-3-2009 14:05 Subject: com.mapdigit.gis.location
com.mapdigit.gis.location defines some common classes for location API (similar to JSR179). It provides extend point to support various location report channel.
These location channel can either be a real device (GPS reciver) or a data connection channel (like SMS or internet etc).
the classes defined in the package.
the com.mapdigit.gis.location.nmea defines classes for NMEA compatiable devices.
Author: Guidebee Time: 22-3-2009 14:31 Subject: Location API Java doc