He means NMEA I believe. Along with latitude and longitude, etc, there is "time" in GPS strings. http://www.gpsinformation.org/dale/nmea.htm -jim
On Aug 31, 9:41 am, Justin Anderson <[email protected]> wrote: > What exactly do you mean by the GPS time? > > I haven't done any GPS programming for Android but I would assume the > current time/date would not be provided by the GPS API... > > If you just want the current time, you could use the currentTimeMillis() > method but I'm not sure exactly what class that is on. Or you can create a > Time object (android.text.format.Time) and call the setToNow() method on it. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

