public class TestGnss extends Object
| Constructor and Description |
|---|
TestGnss() |
| Modifier and Type | Method and Description |
|---|---|
static void |
testGnssFix()
Try to find a GNSS fix and get the current position and velocity.
|
public static void testGnssFix()
throws InterruptedException,
IOException
IOException - When an error occurred when ensuing commands to the GnssManager.InterruptedException - When an error occurred while sleeping between
polls.