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

2009-03-18 Thread Yossi
thanks, I also don't want fixes more then every few seconds but to calculate the accurate speed/pace I would expect milliseconds accuracy. On Mar 18, 12:07 am, Dianne Hackborn hack...@android.com wrote: It just says the units are in milliseconds; it doesn't say anything about the accuracy.  I

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

2009-03-18 Thread Neil
If you want the speed call getSpeed(). On Mar 18, 12:21 pm, Yossi yossi@gmail.com wrote: thanks, I also don't want fixes more then every few seconds but to calculate the accurate speed/pace I would expect milliseconds accuracy. On Mar 18, 12:07 am, Dianne Hackborn hack...@android.com

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

2009-03-18 Thread Yossi
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 neilb...@gmail.com wrote: If you want the speed call getSpeed(). On Mar 18, 12:21 pm, Yossi yossi@gmail.com wrote: thanks, I also don't want fixes more

[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 yossi@gmail.com 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 neilb...@gmail.com wrote: If you want

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

2009-03-18 Thread patg
Most GPS receivers output a position that is valid at the second boundry. On Mar 17, 2:54 pm, Yossi yossi@gmail.com wrote: Hi, According to the decumentation, android.location.Location.getTime() returns the fix time in milliseconds. however I keep getting the time rounded to seconds