http://lejos.sourceforge.net/nxt/nxj/ap ... mmary.html
I'm using a Bluetooth GPS device, which works fine with a regular lejos.addon.gps.GPS, but the API recommends the location package.
In the location package, it seems I need to get a LocationProvider from its getInstance method, using a Criteria.
There is a dGPS Criteria, bu that in itself does not provide the needed information, it's just a bunch of values, it seems.
How do I get a LocationProvider for my Bluetooth GPS?
