Can any one suggest me how to calculate the altitude in android application.
I am using the "GoogleApiClient" and calling the method location.getAltitude() in onLocationChanged(Location location), but always getting 0.0,
Can any one suggest if above api is returning the correct value or there is any other way to calculate the altitude?