Getting Altitude(height from sea level) of my location in iphone SDK
I am trying to get Altitude of my location in my application. But every time I try altitude property of CLLocation object I am getting 0.00 as result. I googled for my query and I got a similar question here and here . This link is saying that if I access CLLocation with wifi or cell tower it will be null. Even if I try to set desireAccuracy to best than even it don't make sure that app will use GPS. It is also saying that if I am indoor that I won't be able to access GPS. I many cases it its not sure that app will use GPS only. I want some way for getting Altitude from wifi or cell tower too.