[android-developers] Need current location long and lat

2010-01-19 Thread Nebbie
Hi, I need the current long and lat. getLastKnownLocation will not do the job as the info may be old. Can someone give me some code examples on how to turn on GPS and get the long and lat? thanks -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Need current location long and lat

2010-01-19 Thread TreKing
Have you looked up LocationManager in the documentation? On Tue, Jan 19, 2010 at 11:05 AM, Nebbie nebbiea...@googlemail.com wrote: Hi, I need the current long and lat. getLastKnownLocation will not do the job as the info may be old. Can someone give me some code examples on how to turn on

Re: [android-developers] Need current location long and lat

2010-01-19 Thread Frank Weiss
Also, note that getting a fix is intermittent, hence the timestamp. On Jan 19, 2010 1:23 PM, TreKing treking...@gmail.com wrote: Have you looked up LocationManager in the documentation? On Tue, Jan 19, 2010 at 11:05 AM, Nebbie nebbiea...@googlemail.com wrote: Hi, I need the current long