[android-developers] Re: Location.getTime() does not return milliseconds

2009-03-18 Thread JonkNYC
Plus, getSpeed() often returns 0, even when it shouldn't. -Jon On Mar 18, 8:37 am, Yossi wrote: > I'm calculating the average speed of several points so I need to have > the accurate total distance and time. > > On Mar 18, 2:32 pm, Neil wrote: > > > If you want the speed call getSpeed(). > > >

[android-developers] Re: Getting location with multiple providers

2009-02-13 Thread JonkNYC
On Feb 13, 1:45 pm, Faber Fedor wrote: > How about using LocationManager.getBestProvider()? That will just return one provider, which may not get a fix for a long period of time. Requesting updates from multiple providers like Timo said is definitely the way to go. -Jon > > On Fri, Feb 13,