[android-developers] Re: Getting altitude / height / elevation

2009-12-08 Thread Neilz
Hi, thanks for the reply. Yes, I just found the getAltitude() method of Location. Unfortunately it just seems to return 120.0, and doesn't seem to have the accuracy of getLatitude() and getLongitude(). I need the same degree of accuracy for it to be any use. On Dec 8, 10:35 am, Dexter#39;s Brain

[android-developers] Re: Getting altitude / height / elevation

2009-12-08 Thread Kumar Bibek
Well, the documentation doesn't mention anything about the accuracy. You can try and check by moving around, from ground to first floor, how does it behave. I guess, it is a GPS fix, then you can probably look up in Google how does it calculate the altitude and what's the accuracy. Thanks and